Autumn Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Elegance palette
Autumn Elegance color palette CSS
/* CSS */
.color-1 {
color: #d57d30;
}
.color-2 {
color: #c2a070;
}
.color-3 {
color: #a46a8b;
}
.color-4 {
color: #f5e5b2;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #d57d30;
--color-2: #c2a070;
--color-3: #a46a8b;
--color-4: #f5e5b2;
--color-5: #f5c400;
}
Autumn Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57d30, #c2a070, #a46a8b, #f5e5b2, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57d30, #c2a070, #a46a8b, #f5e5b2, #f5c400);
}
Similar color palettes
Autumn Elegance color palette created on .