Winter Earth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter Earth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Winter Earth Color Palette (PNG)
Winter Earth color palette CSS
/* CSS */
.color-1 {
color: #892b29;
}
.color-2 {
color: #507c7c;
}
.color-3 {
color: #a7b79f;
}
.color-4 {
color: #6b503d;
}
.color-5 {
color: #392c28;
}
/* CSS Variables */
:root {
--color-1: #892b29;
--color-2: #507c7c;
--color-3: #a7b79f;
--color-4: #6b503d;
--color-5: #392c28;
}
Winter Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #892b29, #507c7c, #a7b79f, #6b503d, #392c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #892b29, #507c7c, #a7b79f, #6b503d, #392c28);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Winter Earth color palette created on .