Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-orange {
color: #ffcc99;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.sly-shrimp {
color: #f7e2d9;
}
.old-fashioned-pink {
color: #f5c7ce;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-orange:#ffcc99;
--wildflower-bouquet:#ffb3b3;
--sly-shrimp:#f7e2d9;
--old-fashioned-pink:#f5c7ce;
}