Color names in this palette
CSS code for this palette
/* CSS */
.pink-beach {
color: #f5c3a8;
}
.calabrese {
color: #f6a8a2;
}
.xoxo {
color: #f27d91;
}
.heather-berry {
color: #e65c81;
}
.raspberry-sorbet {
color: #d63865;
}
/* CSS Variables */
:root {
--pink-beach:#f5c3a8;
--calabrese:#f6a8a2;
--xoxo:#f27d91;
--heather-berry:#e65c81;
--raspberry-sorbet:#d63865;
}