Dark Wheel Gradient
darkconicwheelconic#09090B#27272A#09090B
CSS
background: conic-gradient(from 135deg at center, #09090b, #27272a, #09090b);
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="400" viewBox="0 0 800 400"><defs><linearGradient id="g" gradientTransform="rotate(135 .5 .5)"><stop offset="0" stop-color="#09090b"/><stop offset="0.5" stop-color="#27272a"/><stop offset="1" stop-color="#09090b"/></linearGradient></defs><rect width="800" height="400" fill="url(#g)"/></svg>
Colors in this gradient
#09090B
rgb(9, 9, 11)
#27272A
rgb(39, 39, 42)
#09090B
rgb(9, 9, 11)
Families: Dark Gradients