←Back to PalettesAll Palettes
Pink Bloom Color Palette
A delicate and romantic palette that captures the essence of blossoming flowers with soft pinks and rich mauves, evoking feelings of femininity and grace.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.spun-sugar {
color: #f9e1ee;
}
.soft-cashmere {
color: #f3b4d6;
}
.think-pink {
color: #e5a4c2;
}
.wild-orchid {
color: #d57ca8;
}
.beauty-queen {
color: #c45a8d;
}
/* CSS Variables */
:root {
--spun-sugar:#f9e1ee;
--soft-cashmere:#f3b4d6;
--think-pink:#e5a4c2;
--wild-orchid:#d57ca8;
--beauty-queen:#c45a8d;
}