Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c8a2;
}
.seasonal-beige {
color: #e9b79f;
}
.crunch {
color: #f2b95f;
}
.mango-margarita {
color: #f6b951;
}
.entan-red {
color: #e86b4f;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c8a2;
--seasonal-beige:#e9b79f;
--crunch:#f2b95f;
--mango-margarita:#f6b951;
--entan-red:#e86b4f;
}