Color names in this palette
CSS code for this palette
/* CSS */
.child-s-play {
color: #e7b6d9;
}
.sugar-high {
color: #f1c6e7;
}
.cherry-flower {
color: #f9d7e9;
}
.song-of-summer {
color: #fce8b6;
}
.bright-halo {
color: #fdd368;
}
/* CSS Variables */
:root {
--child-s-play:#e7b6d9;
--sugar-high:#f1c6e7;
--cherry-flower:#f9d7e9;
--song-of-summer:#fce8b6;
--bright-halo:#fdd368;
}