Paleta de colores Winter Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Winter Earth palette

Compartir esta paleta en:

Descargar la paleta de colores Winter Earth (PNG)

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

CSS de la paleta de colores Winter Earth

/* 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 del degradado de fondo 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 .