←Back to PalettesAll Palettes
Blushing Citrus Symphony Color Palette
A harmonious blend where soft pinks dance gracefully with warm citrus hues, evoking the light-hearted joy of a sunny afternoon filled with laughter and sweet memories. This palette brings together the essence of blooming flowers and zesty fruits, inspiring creativity and vibrant living.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d55d93;
}
.princess {
color: #f1a7b2;
}
.azalea-pink {
color: #f9c3c5;
}
.here-comes-the-sun {
color: #fedc62;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--flirty-rose:#d55d93;
--princess:#f1a7b2;
--azalea-pink:#f9c3c5;
--here-comes-the-sun:#fedc62;
--apricot-glazed-chicken:#f5a524;
}