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: #f6c6a2;
}
.color-2 {
color: #d99b7d;
}
.color-3 {
color: #c57d5e;
}
.color-4 {
color: #a95b4c;
}
.color-5 {
color: #7e3e3a;
}
/* CSS Variables */
:root {
--color-1: #f6c6a2;
--color-2: #d99b7d;
--color-3: #c57d5e;
--color-4: #a95b4c;
--color-5: #7e3e3a;
}
CSS del degradado de fondo Warm Earthy Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6a2, #d99b7d, #c57d5e, #a95b4c, #7e3e3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6a2, #d99b7d, #c57d5e, #a95b4c, #7e3e3a);
}
Paletas de colores similares
Warm Earthy Tones color palette created on .