1. CSS background-blend-mode

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

  2. CSS Conical Gradients

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

  3. CSS Gradients

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

  4. CSS Repeating Gradients

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

  5. css property: background-image: gradients

  6. css property: transition: gradients can be animated

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

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