Rose Wheel Gradient
Conic sweep of deep wine into soft blush.
Open in the gradient generator →
Color Stops
#2B0A1F
#C9184A
#FFB3C6
#2B0A1F
Rose Wheel CSS Code
HEX Copy
background: #2B0A1F; background: conic-gradient(from 45deg, #2B0A1F 0%, #C9184A 33%, #FFB3C6 67%, #2B0A1F 100%);
RGBA Copy
background: rgba(43, 10, 31, 1.0); background: conic-gradient(from 45deg, rgba(43, 10, 31, 1.0) 0%, rgba(201, 24, 74, 1.0) 33%, rgba(255, 179, 198, 1.0) 67%, rgba(43, 10, 31, 1.0) 100%);
HSLA Copy
background: hsla(322, 62%, 10%, 1.0); background: conic-gradient(from 45deg, hsla(322, 62%, 10%, 1.0) 0%, hsla(343, 79%, 44%, 1.0) 33%, hsla(345, 100%, 85%, 1.0) 67%, hsla(322, 62%, 10%, 1.0) 100%);
More Gradient Presets
FAQ
What is the Rose Wheel gradient?Conic sweep of deep wine into soft blush.
What's the CSS code for the Rose Wheel gradient?
Use
background: conic-gradient(from 45deg, #2B0A1F 0%, #C9184A 33%, #FFB3C6 67%, #2B0A1F 100%);. RGBA and HSLA versions are also available on this page.