CSS Bursts with Conic Gradients
Briefly

The article discusses how to create stripes using CSS gradients by employing color stops. It highlights using the 'repeating-linear-gradient()' function, which simplifies the process by automatically repeating the gradient. The author also explores the use of hard-stops in conic gradients for burst designs and suggests layering radial gradients for added effects. The article concludes with a mention of potential animations using CSS custom properties, hinting at more complex designs achievable with SVGs.
You can make stripes with CSS gradients pretty easily... just switch colors by having two colors share the same 'color stop.'
Read at Frontendmasters
[
|
]