The repeating-linear-gradient() function creates a repeating gradient that places colors along a straight line and smoothly transitions between them. We define a section of the gradient, which then gets repeated until it fills the available space.
Color what? Sunkanmi Fafowora explains how an everyday task for CSS can be used to create better colors experiences.
The light-dark() function is currently designed to support just two color schemes. Should it support others? Sunkanmi Fafowora says yes and no.
The CSS conic-gradient() function creates a color gradient that places the colors around a circle, making them smoothly transition across its circumference in a cone-like shape.
The color-mix() function lets us mix two colors across a particular color space in CSS.
Today, I want to discuss a couple of patterns for naming color palettes that the community is using, and how I propose we can improve, so we achieve both flexibility and beauty.
The radial-gradient() functions creates a circular or elliptical color gradient starting from a center point and spreading outward.
The repeating-radial-gradient() function creates a circular or elliptical color gradient. The gradient is then repeated infinitely.