Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f0b6a3;
}
.shrimp-toast {
color: #f9c39f;
}
.pinenut {
color: #f9d9b9;
}
.calla {
color: #f1e1b6;
}
.mental-floss {
color: #e0b2c6;
}
/* CSS Variables */
:root {
--antique-cameo:#f0b6a3;
--shrimp-toast:#f9c39f;
--pinenut:#f9d9b9;
--calla:#f1e1b6;
--mental-floss:#e0b2c6;
}