←Back to PalettesAll Palettes
Blush Blossom Color Palette
A delicate and tranquil palette of soft pinks and gentle hues, reminiscent of blooming flowers and serene moments.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.sweetheart {
color: #f2c5d8;
}
.poetic-princess {
color: #f9e1e5;
}
.ibis {
color: #f6b6c1;
}
.amaranth-pink {
color: #f29cbd;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--sweetheart:#f2c5d8;
--poetic-princess:#f9e1e5;
--ibis:#f6b6c1;
--amaranth-pink:#f29cbd;
}