←Back to PalettesAll Palettes
Whispers of Spring Delight Color Palette
A soft and enchanting blend of pastel hues, reminiscent of blossoming flowers and sunlit meadows. The delicate tones dance together like a gentle breeze on a warm spring day, invoking feelings of joy, serenity, and renewal.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e3a6c5;
}
.unbleached-calico {
color: #f7d8bb;
}
.chickery-chick {
color: #ffea8f;
}
.tropical {
color: #a3e6c8;
}
.skink-blue {
color: #5bc4d2;
}
/* CSS Variables */
:root {
--partytime:#e3a6c5;
--unbleached-calico:#f7d8bb;
--chickery-chick:#ffea8f;
--tropical:#a3e6c8;
--skink-blue:#5bc4d2;
}