Paleta de colores Autumn Spice Delight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn Spice Delight palette
CSS de la paleta de colores Autumn Spice Delight
/* CSS */
.color-1 {
color: #d97c30;
}
.color-2 {
color: #e4a35e;
}
.color-3 {
color: #f5c26b;
}
.color-4 {
color: #f9e49a;
}
.color-5 {
color: #f9b19f;
}
/* CSS Variables */
:root {
--color-1: #d97c30;
--color-2: #e4a35e;
--color-3: #f5c26b;
--color-4: #f9e49a;
--color-5: #f9b19f;
}
CSS del degradado de fondo Autumn Spice Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97c30, #e4a35e, #f5c26b, #f9e49a, #f9b19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97c30, #e4a35e, #f5c26b, #f9e49a, #f9b19f);
}
Paletas de colores similares
Autumn Spice Delight color palette created on .