Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.calabrese {
color: #f1a8a2;
}
.cumquat-cream {
color: #f09b7f;
}
.coral-orange {
color: #e76950;
}
.mod-orange {
color: #d85b3b;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--calabrese:#f1a8a2;
--cumquat-cream:#f09b7f;
--coral-orange:#e76950;
--mod-orange:#d85b3b;
}