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: #f8ca49;
}
.color-2 {
color: #f6a22c;
}
.color-3 {
color: #e8693b;
}
.color-4 {
color: #d8402c;
}
.color-5 {
color: #c6243d;
}
/* CSS Variables */
:root {
--color-1: #f8ca49;
--color-2: #f6a22c;
--color-3: #e8693b;
--color-4: #d8402c;
--color-5: #c6243d;
}
Red Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8ca49, #f6a22c, #e8693b, #d8402c, #c6243d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8ca49, #f6a22c, #e8693b, #d8402c, #c6243d);
}
Similar color palettes
Red Sunset color palette created on .