Paleta de colores Earthy Tones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthy Tones palette
CSS de la paleta de colores Earthy Tones
/* CSS */
.color-1 {
color: #f8ceaf;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #d86b2c;
}
.color-4 {
color: #5c4d3d;
}
.color-5 {
color: #aac6e9;
}
/* CSS Variables */
:root {
--color-1: #f8ceaf;
--color-2: #f6b83c;
--color-3: #d86b2c;
--color-4: #5c4d3d;
--color-5: #aac6e9;
}
CSS del degradado de fondo Earthy Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8ceaf, #f6b83c, #d86b2c, #5c4d3d, #aac6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8ceaf, #f6b83c, #d86b2c, #5c4d3d, #aac6e9);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Otoño
Earthy Tones color palette created on .