COLR/CPAL(v0) Font Formats
The COLR table adds support for multi-colored glyphs in a manner that integrates with the rasterizers of existing text engines. COLRv0 only supports pure colors, does not support gradients, transformations and various blending modes.
CSS background-blend-mode
Allows blending between CSS background images, gradients, and colors.
CSS Conical Gradients
Method of defining a conical or repeating conical color gradient as a CSS image.
CSS Gradients
Method of defining a linear or radial color gradient as a CSS image.
CSS Repeating Gradients
Method of defining a repeating linear or radial color gradient as a CSS image.
css property: background-image: gradients
css property: transition: gradients can be animated
types: `<image>`: `<gradient>`: `linear-gradient()`: gradients applied to pre-multiplied color space (prevents grays from appearing in gradients with transparency)
types: `<image>`: `<gradient>`: `radial-gradient()`: gradients applied to pre-multiplied color space (prevents grays from appearing in gradients with transparency)
9 results found.