Winter Earth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Winter Earth palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Winter Earth

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

tavolozza dei colori Winter Earth 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;
}

CSS con gradiente di sfondo Winter Earth

/* 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 .