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: #f7c6a1;
}
.color-2 {
color: #f2a67d;
}
.color-3 {
color: #e57b38;
}
.color-4 {
color: #c03c2a;
}
.color-5 {
color: #900e1d;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f2a67d;
--color-3: #e57b38;
--color-4: #c03c2a;
--color-5: #900e1d;
}
Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f2a67d, #e57b38, #c03c2a, #900e1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f2a67d, #e57b38, #c03c2a, #900e1d);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Red Sunset color palette created on .