←Back to PalettesAll Palettes
Peachy Sunrise Over Cotton Candy Clouds Color Palette
A whimsical blend that captures the essence of a gentle dawn, where soft peach tones mingle with hints of sweet confectionery pinks, creating an inviting atmosphere that embodies warmth and comfort. Perfect for dreamy designs that evoke nostalgia and cheer.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.peach-breeze {
color: #ffede5;
}
.simply-delicious {
color: #ffd3c2;
}
.translucent-silk {
color: #ffeae0;
}
.nature-apricot {
color: #ffbaa3;
}
.apricot-lily {
color: #ffcfb3;
}
/* CSS Variables */
:root {
--peach-breeze:#ffede5;
--simply-delicious:#ffd3c2;
--translucent-silk:#ffeae0;
--nature-apricot:#ffbaa3;
--apricot-lily:#ffcfb3;
}