Red Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Sunset palette
Red Sunset color palette CSS
/* CSS */
.color-1 {
color: #ffc09e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff513d;
}
.color-4 {
color: #d93b26;
}
.color-5 {
color: #a7271b;
}
/* CSS Variables */
:root {
--color-1: #ffc09e;
--color-2: #ff6e61;
--color-3: #ff513d;
--color-4: #d93b26;
--color-5: #a7271b;
}
Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc09e, #ff6e61, #ff513d, #d93b26, #a7271b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc09e, #ff6e61, #ff513d, #d93b26, #a7271b);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Red Sunset color palette created on .