Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.fresco-cream {
color: #f9c7a4;
}
.song-of-summer {
color: #fde7b4;
}
.frugal {
color: #a5d4b3;
}
.norfolk-sky {
color: #6db0ee;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--fresco-cream:#f9c7a4;
--song-of-summer:#fde7b4;
--frugal:#a5d4b3;
--norfolk-sky:#6db0ee;
}