Color names in this palette
CSS code for this palette
/* CSS */
.calypso-red {
color: #e16866;
}
.stone-fruit {
color: #f2a48c;
}
.shrimp-toast {
color: #f7c5a1;
}
.noodles {
color: #f9e2b4;
}
.hawaiian-cream {
color: #f9e8b9;
}
/* CSS Variables */
:root {
--calypso-red:#e16866;
--stone-fruit:#f2a48c;
--shrimp-toast:#f7c5a1;
--noodles:#f9e2b4;
--hawaiian-cream:#f9e8b9;
}