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