←Back to PalettesAll Palettes
Autumn Ember Color Palette
A warm and rich color palette inspired by the vibrant hues of autumn. The shades of yellow, orange, red, and purple evoke the beauty of falling leaves and cozy evenings.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.mandarin-red {
color: #e74d3c;
}
.moonshadow {
color: #8d43ad;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--mandarin-red:#e74d3c;
--moonshadow:#8d43ad;
--snap-shot:#2b3d50;
}