color-scheme
Quick Summary for color-scheme
The color-scheme CSS property allows an element to indicate which color schemes it can comfortably be rendered in.
Code Usage for color-scheme

<pre class="brush: css notranslate"><code><span class="token property">color-scheme</span><span class="token punctuation">:</span> normal<span class="token punctuation">;</span> <span class="token property">color-scheme</span><span class="token punctuation">:</span> light<span class="token punctuation">;</span> <span class="token property">color-scheme</span><span class="token punctuation">:</span> dark<span class="token punctuation">;</span> <span class="token property">color-scheme</span><span class="token punctuation">:</span> light dark<span class="token punctuation">;</span> <span class="token comment">/ Global values /</span> <span class="token property">color-scheme</span><span class="token punctuation">:</span> inherit<span class="token punctuation">;</span> <span class="token property">color-scheme</span><span class="token punctuation">:</span> initial<span class="token punctuation">;</span> <span class="token property">color-scheme</span><span class="token punctuation">:</span> revert<span class="token punctuation">;</span> <span class="token property">color-scheme</span><span class="token punctuation">:</span> unset<span class="token punctuation">;</span> </code></pre>

More Details for color-scheme

color-scheme

The color-scheme CSS property allows an element to indicate which color schemes it can comfortably be rendered in.

Common choices for operating system color schemes are "light" and "dark", or "day mode" and "night mode". When a user selects one of these color schemes, the operating system makes adjustments to the user interface. This includes form controls, scrollbars, and the used values of CSS system colors.

Syntax

color-scheme: normal; color-scheme: light; color-scheme: dark; color-scheme: light dark;  /* Global values */ color-scheme: inherit; color-scheme: initial; color-scheme: revert; color-scheme: unset; 

The color-scheme property's value must be one of the following keywords.

Values

normal

Indicates that the element isn't aware of any color schemes, and so should be rendered using the browser's default color scheme.

light

Indicates that the element can be rendered using the operating system light color scheme.

dark

Indicates that the element can be rendered using the operating system dark color scheme.

Formal definition

Initial valuenormal
Applies toall elements and text
Inheritedyes
Computed valueas specified
Animation typediscrete

Formal syntax

normal | [ light | dark | <custom-ident> ]+ && only?

Examples

Adapting to color schemes

To opt the entire page into the user's color scheme preferences declare color-scheme on the :root element.

:root {   color-scheme: light dark; } 

Specifications

Specification
CSS Color Adjustment Module Level 1 # color-scheme-prop

See also

Applying color to HTML elements using CSS Other color-related properties: color, background-color, border-color, outline-color, text-decoration-color, text-emphasis-color, text-shadow, caret-color, and column-rule-color background-image print-color-adjust

Last modified: Feb 1, 2022, by MDN contributors

Select your preferred language English (US)Français日本語中文 (简体) Change language

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Categories in CSS
css
Search CSS
Search CSS by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
In this case my anchor this week becomes driving almost 2hrs outside of Atlanta to one of my favorite hard core gyms in the world.. MetroFlex aka The Dungeon. The gym owners turn the heat way up so it becomes a fun sweat box and the gym members just watch from afar and leave me alone. I happily drive myself long distances to find MY ANCHOR. Our anchor allows us to have balance, focus and be as productive as possible. And if you're in the middle of a heavy set and your headphones start to fall off your head, like mine did here.. well.. f*ck the headphones. Let em break and fall. You can always get a new pair, but the iron ain't ever gonna lift itself.
Unknown
Latest News
## 🚀 AI Giants Hit Bullseye: Anthropic & OpenAI Achieve Product-Market Fit Anthropic and OpenAI have reached a significant milestone, finding product-market fit with their AI technologies, which means their products effectively meet the needs of their customers, driving growth and adoption. This achievement showcases the practical value of their innovations, enabling businesses and individuals to leverage AI for enhanced productivity and efficiency. With this alignment of product and market needs, these companies are poised to transform industries and shape the future of technology.