Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d5a5c4;
}
.gumball {
color: #e9b4d2;
}
.pretty-in-pink {
color: #f7c0e2;
}
.paw-paw {
color: #f9d59f;
}
.calabrese {
color: #f6a7a7;
}
/* CSS Variables */
:root {
--heart-to-heart:#d5a5c4;
--gumball:#e9b4d2;
--pretty-in-pink:#f7c0e2;
--paw-paw:#f9d59f;
--calabrese:#f6a7a7;
}