Winter Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Earth palette

Share this palette to:

Winter Earth color palette PNG image

Download winter earth color palette PNG image (landscape)
Download winter earth color palette PNG image (square)

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);
}

Winter Earth color palette created on .