Paleta de colores Warm Earthy Tones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Earthy Tones palette
CSS de la paleta de colores Warm Earthy Tones
/* CSS */
.color-1 {
color: #bfaf9c;
}
.color-2 {
color: #b58a73;
}
.color-3 {
color: #c97a6e;
}
.color-4 {
color: #ebaf5c;
}
.color-5 {
color: #d6613d;
}
/* CSS Variables */
:root {
--color-1: #bfaf9c;
--color-2: #b58a73;
--color-3: #c97a6e;
--color-4: #ebaf5c;
--color-5: #d6613d;
}
CSS del degradado de fondo Warm Earthy Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaf9c, #b58a73, #c97a6e, #ebaf5c, #d6613d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaf9c, #b58a73, #c97a6e, #ebaf5c, #d6613d);
}
Paletas de colores similares
Warm Earthy Tones color palette created on .