1. 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.

  2. CSS background-blend-mode

    Allows blending between CSS background images, gradients, and colors.

  3. CSS Conical Gradients

    Method of defining a conical or repeating conical color gradient as a CSS image.

  4. CSS Gradients

    Method of defining a linear or radial color gradient as a CSS image.

  5. CSS Repeating Gradients

    Method of defining a repeating linear or radial color gradient as a CSS image.

  6. css property: background-image: gradients

  7. css property: transition: gradients can be animated

  8. types: `<image>`: `<gradient>`: `linear-gradient()`: gradients applied to pre-multiplied color space (prevents grays from appearing in gradients with transparency)

  9. types: `<image>`: `<gradient>`: `radial-gradient()`: gradients applied to pre-multiplied color space (prevents grays from appearing in gradients with transparency)