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