←Back to PalettesAll Palettes
Whispers of Autumn Earth and Sky Color Palette
A harmonious blend of soft golds, earthy greens, and rich browns that echo the serene beauty of an autumn afternoon. Each shade whispers the secrets of nature, inviting you to bask in the warmth of the sun reflecting off fallen leaves, and the calm of shaded forest trails. This collection captures the essence of tranquility and organic elegance—perfect for nurturing a cozy atmosphere.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.butter-cookie {
color: #f0e6b2;
}
.hay-yellow {
color: #c4a46e;
}
.woodland-walk {
color: #8a8d5e;
}
.spice {
color: #6c4f3d;
}
.dard-hunter-green {
color: #3a4b3d;
}
/* CSS Variables */
:root {
--butter-cookie:#f0e6b2;
--hay-yellow:#c4a46e;
--woodland-walk:#8a8d5e;
--spice:#6c4f3d;
--dard-hunter-green:#3a4b3d;
}