Earthy Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Sunset palette
Earthy Sunset color palette CSS
/* CSS */
.color-1 {
color: #b89c8e;
}
.color-2 {
color: #e0b89f;
}
.color-3 {
color: #d6c5b3;
}
.color-4 {
color: #a8c2b7;
}
.color-5 {
color: #799a8b;
}
/* CSS Variables */
:root {
--color-1: #b89c8e;
--color-2: #e0b89f;
--color-3: #d6c5b3;
--color-4: #a8c2b7;
--color-5: #799a8b;
}
Earthy Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89c8e, #e0b89f, #d6c5b3, #a8c2b7, #799a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89c8e, #e0b89f, #d6c5b3, #a8c2b7, #799a8b);
}
Similar color palettes
Scroll down to explore 200+ Earthy color palettes
Earthy Sunset color palette created on .