Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a4;
}
.pink-hydrangea {
color: #f9c2b9;
}
.sweet-buttermilk {
color: #fdecdd;
}
.cymophane-yellow {
color: #f2e6a6;
}
.apple-cream {
color: #b5d3a7;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a4;
--pink-hydrangea:#f9c2b9;
--sweet-buttermilk:#fdecdd;
--cymophane-yellow:#f2e6a6;
--apple-cream:#b5d3a7;
}