Warm Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Sunset palette
Warm Sunset color palette CSS
/* CSS */
.color-1 {
color: #f6e6b1;
}
.color-2 {
color: #f1c2a7;
}
.color-3 {
color: #f08b5c;
}
.color-4 {
color: #b83d3d;
}
.color-5 {
color: #4a4e68;
}
/* CSS Variables */
:root {
--color-1: #f6e6b1;
--color-2: #f1c2a7;
--color-3: #f08b5c;
--color-4: #b83d3d;
--color-5: #4a4e68;
}
Warm Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6b1, #f1c2a7, #f08b5c, #b83d3d, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6b1, #f1c2a7, #f08b5c, #b83d3d, #4a4e68);
}
Similar color palettes
Warm Sunset color palette created on .