Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a4a1;
}
.fresco-cream {
color: #f9c8a9;
}
.calla {
color: #f1e1b6;
}
.smooth-satin {
color: #a4d5d5;
}
.seaborn {
color: #82c4af;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a4a1;
--fresco-cream:#f9c8a9;
--calla:#f1e1b6;
--smooth-satin:#a4d5d5;
--seaborn:#82c4af;
}