.scheme-normal<html class="scheme-normal">…</html> or <div class="scheme-normal">…</div>color-scheme: normal. The element isn't rendered with any color scheme at all — the browser default applies..scheme-light<html class="scheme-light">…</html> or <div class="scheme-light">…</div>color-scheme: light. Indicates the element supports only the light color scheme..scheme-dark<html class="scheme-dark">…</html> or <div class="scheme-dark">…</div>color-scheme: dark. Indicates the element supports only the dark color scheme..scheme-light-dark<html class="scheme-light-dark">…</html> or <div class="scheme-light-dark">…</div>color-scheme: light dark. Indicates the element supports both light and dark, chosen by user preference..scheme-only-light<html class="scheme-only-light">…</html> or <div class="scheme-only-light">…</div>color-scheme: only light. Forces the light color scheme and prevents the browser from overriding it..scheme-only-dark<html class="scheme-only-dark">…</html> or <div class="scheme-only-dark">…</div>color-scheme: only dark. Forces the dark color scheme and prevents the browser from overriding it.