←Back to PalettesAll Palettes
Whimsical Sorbet Dreams of Summer Color Palette
A playful palette that captures the essence of a carefree summer day, with delightful hues that evoke sweet sorbets and sunlit adventures. The warm pinks and soft greens merge in a dance of light and joy, reminiscent of blooming flowers and gentle ocean breezes.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-juice {
color: #ef5d86;
}
.precious-pink {
color: #f7b1b5;
}
.sunbeam {
color: #f4eeb3;
}
.quantum-effect {
color: #b3e0c5;
}
.sea-serpent {
color: #4bc9d8;
}
/* CSS Variables */
:root {
--watermelon-juice:#ef5d86;
--precious-pink:#f7b1b5;
--sunbeam:#f4eeb3;
--quantum-effect:#b3e0c5;
--sea-serpent:#4bc9d8;
}