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