Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.roseberry {
color: #f5a79e;
}
.xoxo {
color: #f57f93;
}
.highlighter-pink {
color: #ec5f7b;
}
.raspberry-sorbet {
color: #d43a68;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--roseberry:#f5a79e;
--xoxo:#f57f93;
--highlighter-pink:#ec5f7b;
--raspberry-sorbet:#d43a68;
}