←Back to PalettesAll Palettes
Embers of a Dusk Fire Color Palette
Experience the warm glow of nature’s dying light as the sun dips below the horizon. This collection captures the rich hues of smoldering embers, blending the softness of sandy dusk with the passionate tones of twilight, evoking a cozy yet vibrant atmosphere that’s perfect for late evenings.
0%
0%
0%
CSS code for this palette
/* CSS */
.afterglow {
color: #f2e3c5;
}
.salmon-run {
color: #e8b09c;
}
.my-pink {
color: #d78e7f;
}
.pinkadelic {
color: #c6605d;
}
.ochre-red {
color: #a7394c;
}
/* CSS Variables */
:root {
--afterglow:#f2e3c5;
--salmon-run:#e8b09c;
--my-pink:#d78e7f;
--pinkadelic:#c6605d;
--ochre-red:#a7394c;
}