Twilight Ember Gradient
Click to copy CSS
Twilight Ember
Linear gradient
Dark tone
0 views
Colors
#2B0948
rgb(43, 9, 72)
hsl(272, 78%, 16%)
#CE653B
rgb(206, 101, 59)
hsl(17, 60%, 52%)
CSS
background: linear-gradient(90deg, #2b0948 0%, #ce653b 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#2b0948] to-[#ce653b]
Inline CSS
style="background: linear-gradient(90deg, #2b0948 0%, #ce653b 100%)"