Paleta de colores Warm Earthy Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Earthy Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Earthy Tones

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #f7e3b6;
}
.color-4 {
color: #d09c67;
}
.color-5 {
color: #7d2b2f;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #d5cec3;
--color-3: #f7e3b6;
--color-4: #d09c67;
--color-5: #7d2b2f;
}

CSS del degradado de fondo Warm Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #d5cec3, #f7e3b6, #d09c67, #7d2b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #d5cec3, #f7e3b6, #d09c67, #7d2b2f);
}

Warm Earthy Tones color palette created on .