←Back to PalettesAll Palettes
Autumn Serenade Color Palette
A warm and inviting palette inspired by the rich hues of fall. The soft yellows and warm oranges evoke the comfort of crisp autumn days, while the deeper tones add a touch of richness, reminiscent of falling leaves and cozy evenings.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.top-banana {
color: #f9d771;
}
.artisans-gold {
color: #f3a949;
}
.aurora-orange {
color: #e96c3f;
}
.mulberry-yogurt {
color: #c44a8d;
}
.prickly-purple {
color: #a25dbb;
}
/* CSS Variables */
:root {
--top-banana:#f9d771;
--artisans-gold:#f3a949;
--aurora-orange:#e96c3f;
--mulberry-yogurt:#c44a8d;
--prickly-purple:#a25dbb;
}