←Back to PalettesAll Palettes
Whimsical Dreamscape of Soft Colors Color Palette
A delightful blend of pastel hues that evoke the enchanting allure of a serene daydream. From lavender whispers to the sweet blush of cherry blossoms, each color dances gracefully like petals in a gentle breeze, creating a whimsical ambiance perfect for inspiration and creativity.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.milky-lavender {
color: #b1a0cf;
}
.dream-land {
color: #e6b3e4;
}
.sparkling-pink {
color: #f4c8e5;
}
.banana-peel {
color: #ffea75;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--milky-lavender:#b1a0cf;
--dream-land:#e6b3e4;
--sparkling-pink:#f4c8e5;
--banana-peel:#ffea75;
--grapefruit-pulp:#ff6e61;
}