Paleta de colores Autumn Harvest Hues
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn Harvest Hues palette
Image Gallery
CSS de la paleta de colores Autumn Harvest Hues
/* CSS */
.color-1 {
color: #ecce93;
}
.color-2 {
color: #e19b33;
}
.color-3 {
color: #9b8882;
}
.color-4 {
color: #9d6f3f;
}
.color-5 {
color: #bc5810;
}
/* CSS Variables */
:root {
--color-1: #ecce93;
--color-2: #e19b33;
--color-3: #9b8882;
--color-4: #9d6f3f;
--color-5: #bc5810;
}
CSS del degradado de fondo Autumn Harvest Hues
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecce93, #e19b33, #9b8882, #9d6f3f, #bc5810);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecce93, #e19b33, #9b8882, #9d6f3f, #bc5810);
}
Paletas de colores similares
Autumn Harvest Hues color palette created on .