←Back to PalettesAll Palettes
Golden Glimmers of a Serene Sunset Color Palette
A warm embrace of golden hues, this color blend captures the soft radiance of sunlit fields at dusk, evoking feelings of tranquility and nostalgia. It's a celebration of nature's bounty, reminiscent of golden grains swaying gently under the fading sun.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.royal-gold-pearl {
color: #d3a84a;
}
.sun-god {
color: #e1b75b;
}
.golden-lion {
color: #f1c86f;
}
.plains {
color: #f6db84;
}
.durango-dust {
color: #f9e19f;
}
/* CSS Variables */
:root {
--royal-gold-pearl:#d3a84a;
--sun-god:#e1b75b;
--golden-lion:#f1c86f;
--plains:#f6db84;
--durango-dust:#f9e19f;
}