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