Autumn Spice Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Spice Delight palette
Autumn Spice Delight color palette CSS
/* 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;
}
Autumn Spice Delight background gradient CSS
/* 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);
}
Similar color palettes
Autumn Spice Delight color palette created on .