Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.first-date {
color: #f3b5a0;
}
.cumquat-cream {
color: #f29e7d;
}
.sizzling-sunset {
color: #e67a4c;
}
.mod-orange {
color: #d75b3c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--first-date:#f3b5a0;
--cumquat-cream:#f29e7d;
--sizzling-sunset:#e67a4c;
--mod-orange:#d75b3c;
}