←Back to PalettesAll Palettes
Pastel Whimsy Color Palette
A soft and dreamy collection of colors that dance between warmth and coolness, reminiscent of a serene spring day. The blush tones of #f9b1a4 and #f4d4a4 evoke the delicate bloom of cherry blossoms, while the gentle yellow of #f1ea88 adds a touch of sunshine. The refreshing greens of #b0e0a3 and calming blues of #a4d0f4 are like a gentle breeze, inviting you to relax in a blissful outdoor escape.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b1a4;
}
.pismo-dunes {
color: #f4d4a4;
}
.sahara-sand {
color: #f1ea88;
}
.green-gooseberry {
color: #b0e0a3;
}
.light-shimmer {
color: #a4d0f4;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b1a4;
--pismo-dunes:#f4d4a4;
--sahara-sand:#f1ea88;
--green-gooseberry:#b0e0a3;
--light-shimmer:#a4d0f4;
}