←Back to PalettesAll Palettes
Pastel Blossom Color Palette
A soft and delicate color palette inspired by the gentle hues of blooming spring flowers, featuring pastel shades that evoke feelings of tranquility and warmth.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.poodle-skirt {
color: #ffb3ba;
}
.liveliness {
color: #ffdeb8;
}
.cr-me {
color: #ffffb8;
}
.glow-in-the-dark {
color: #baffb3;
}
.dithered-sky {
color: #b8e0ff;
}
/* CSS Variables */
:root {
--poodle-skirt:#ffb3ba;
--liveliness:#ffdeb8;
--cr-me:#ffffb8;
--glow-in-the-dark:#baffb3;
--dithered-sky:#b8e0ff;
}