css.properties

font-palette

The font-palette property specifies which color palette to use for fonts.

Formal Syntax

normal | light | dark | <palette-identifier> | <palette-mix()>

See specification

JavaScript Access

// Access via element.style
element.style.fontPalette = 'normal';

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
font-palette10110715.4101
animation_computed121121
dark10110715.4101
light10110715.4101
normal10110715.4101
palette-mix_function121121

Related Properties