Paleta de colores Earthly Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthly Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Earthly Tones

/* CSS */
.color-1 {
color: #f5d6c7;
}
.color-2 {
color: #e2b8a2;
}
.color-3 {
color: #d49a8c;
}
.color-4 {
color: #c76e60;
}
.color-5 {
color: #a3554d;
}

/* CSS Variables */
:root {
--color-1: #f5d6c7;
--color-2: #e2b8a2;
--color-3: #d49a8c;
--color-4: #c76e60;
--color-5: #a3554d;
}

CSS del degradado de fondo Earthly Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6c7, #e2b8a2, #d49a8c, #c76e60, #a3554d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6c7, #e2b8a2, #d49a8c, #c76e60, #a3554d);
}

Earthly Tones color palette created on .