🏠 New in Low Baseline Support: Single color stop gradients
April 4, 2025
A single color stop can be provided to the linear-gradient(), radial-gradient(), and conic-gradient() CSS functions, and their repeating counterparts, to create a solid color background.
Source features
css.types.gradient.conic-gradient.single_color_stop[mdn]css.types.gradient.linear-gradient.single_color_stop[mdn]css.types.gradient.radial-gradient.single_color_stop[mdn]css.types.gradient.repeating-conic-gradient.single_color_stop[mdn]css.types.gradient.repeating-linear-gradient.single_color_stop[mdn]css.types.gradient.repeating-radial-gradient.single_color_stop[mdn]