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: #f2d7c0;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d6613d;
}
.color-5 {
color: #96603c;
}
/* CSS Variables */
:root {
--color-1: #f2d7c0;
--color-2: #f4b943;
--color-3: #e77e23;
--color-4: #d6613d;
--color-5: #96603c;
}
CSS del degradado de fondo Warm Earthy Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7c0, #f4b943, #e77e23, #d6613d, #96603c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7c0, #f4b943, #e77e23, #d6613d, #96603c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Ámbar
Warm Earthy Tones color palette created on .