←Back to PalettesAll Palettes
Blushing Rose Mist Color Palette
A delicate blend of soft pinks and muted tones, reminiscent of a gentle spring morning filled with blooming roses and subtle warmth.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e1a3b6;
}
.in-the-pink {
color: #f2c5d2;
}
.reduced-pink {
color: #f6e4e4;
}
.vanilla-shake {
color: #fffbf0;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--garden-party:#e1a3b6;
--in-the-pink:#f2c5d2;
--reduced-pink:#f6e4e4;
--vanilla-shake:#fffbf0;
--wildflower-bouquet:#ffb3b3;
}