Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.princess {
color: #f1a7b3;
}
.strawberry-shortcake {
color: #f78d99;
}
.highlighter-pink {
color: #e95d7c;
}
.paper-hearts {
color: #d34564;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--princess:#f1a7b3;
--strawberry-shortcake:#f78d99;
--highlighter-pink:#e95d7c;
--paper-hearts:#d34564;
}