←Back to PalettesAll Palettes
Blush Petal Whispers of Spring Color Palette
A gentle embrace of soft pinks, this palette captures the delicate essence of blooming flowers in a serene garden during the early days of spring. The soothing tones evoke feelings of warmth, love, and renewal, perfect for creating spaces that inspire tranquility and joy.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f4c8d6;
}
.fussy-pink {
color: #e9a5b8;
}
.columbine {
color: #f6dae4;
}
.squid-pink {
color: #f7b6bf;
}
.tulip {
color: #ff8a92;
}
/* CSS Variables */
:root {
--mountain-laurel:#f4c8d6;
--fussy-pink:#e9a5b8;
--columbine:#f6dae4;
--squid-pink:#f7b6bf;
--tulip:#ff8a92;
}