Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c3a1;
}
.candlelight-peach {
color: #f7a49c;
}
.strawberry-shortcake {
color: #f78d97;
}
.pink-explosion {
color: #f76e89;
}
.watermelon-candy {
color: #f7597c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c3a1;
--candlelight-peach:#f7a49c;
--strawberry-shortcake:#f78d97;
--pink-explosion:#f76e89;
--watermelon-candy:#f7597c;
}