Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c2a1;
}
.coral-silk {
color: #f3a67c;
}
.chat-orange {
color: #f59f3d;
}
.orange-gluttony {
color: #e77e23;
}
.poinciana {
color: #d73928;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c2a1;
--coral-silk:#f3a67c;
--chat-orange:#f59f3d;
--orange-gluttony:#e77e23;
--poinciana:#d73928;
}