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: #d5ccae;
}
.color-2 {
color: #bfaf8d;
}
.color-3 {
color: #a38b6c;
}
.color-4 {
color: #5b806b;
}
.color-5 {
color: #e6b400;
}

/* CSS Variables */
:root {
--color-1: #d5ccae;
--color-2: #bfaf8d;
--color-3: #a38b6c;
--color-4: #5b806b;
--color-5: #e6b400;
}

CSS del degradado de fondo Warm Earthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5ccae, #bfaf8d, #a38b6c, #5b806b, #e6b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5ccae, #bfaf8d, #a38b6c, #5b806b, #e6b400);
}

Warm Earthy Tones color palette created on .