Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.cream-blush {
color: #f6c598;
}
.gold-sand {
color: #f7e7a6;
}
.sparkling-mint {
color: #a3e0d3;
}
.cerulean-frost {
color: #6c9bc1;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--cream-blush:#f6c598;
--gold-sand:#f7e7a6;
--sparkling-mint:#a3e0d3;
--cerulean-frost:#6c9bc1;
}