CSS caret-color
The `caret-color` property allows the color to be set of the caret (blinking text insertion pointer) in an editable text area.
CSS print-color-adjust
The `print-color-adjust` (or `-webkit-print-color-adjust` as prefixed in WebKit/Blink browsers) property is a CSS extension that can be used to force printing of background colors and images.
CSS color() function
The CSS `color()` function allows the browser to display colors in any color space, such as the P3 color space which can display colors outside of the default sRGB color space.
CSS font-palette
The font-palette CSS property allows selecting a palette from a color font. In combination with the `@font-palette-values` at-rule, custom palettes can be defined.
LCH and Lab color values
The `lch()` and `lab()` color functions are based on the CIE LAB color space, representing colors in a way that closely matches human perception and provides access to a wider spectrum of colors than offered by the usual RGB color space.
Rebeccapurple color
The new color added in CSS Color Module Level 4
CSS Relative color syntax
Relative color syntax in CSS allows a color to be defined relative to another color using the `from` keyword and optionally `calc()` for any of the color values.
#rrggbbaa hex color notation
The CSS Color Module Level 4 defines new 4 & 8 character hex notation for color to include the opacity level.
CSS3 Colors
Method of describing colors using Hue, Saturation and Lightness (hsl()) rather than just RGB, as well as allowing alpha-transparency with rgba() and hsla().
CSS currentColor value
A CSS value that will apply the existing `color` value to other properties like `background-color`, etc.
Color input type
Form field allowing the user to select a color.
theme-color Meta Tag
Meta tag to define a suggested color that browsers should use to customize the display of the page or of the surrounding user interface. The meta tag overrides any theme-color set in the web app manifest.
prefers-color-scheme media query
Media query to detect if the user has set their system to use a light or dark color theme.
htmlfontelement api: color
htmlhrelement api: color
imagedata api: colorspace
oes_draw_buffers_indexed api: colormaskioes
screen api: colordepth
videoframe api: colorspace
webgl2renderingcontext api: colormask
webglrenderingcontext api: colormask
xrwebglsubimage api: colortexture
xrwebglsubimage api: colortextureheight
xrwebglsubimage api: colortexturewidth
css property: color-adjust
css property: color-interpolation
css property: color-interpolation-filters
css property: color-interpolation-filters: auto
css property: color-interpolation-filters: linearrgb
css property: color-interpolation-filters: srgb
css property: color-interpolation: `lineargradient` value
css property: color-interpolation: `srgb` value
css property: color-scheme
css property: color-scheme: dark
css property: color-scheme: light
css property: color-scheme: normal
css property: color-scheme: `only dark` keyword
css property: color-scheme: `only light` keyword
types: `calc()`: color component support
types: `calc()`: gradient color stops support
types: `<color>`
types: `<color>`: named colors
html element: font: color
html element: hr: color
html element: meta: name: color-scheme
global_attributes: color
global_attributes: color-interpolation
global_attributes: color-interpolation-filters
global_attributes: color-interpolation: lineargradient
global_attributes: color-interpolation: srgb
50 results found.