Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c8a1;
}
.first-date {
color: #f1b2a2;
}
.redolency {
color: #ed8c7d;
}
.coral-orange {
color: #e6694c;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c8a1;
--first-date:#f1b2a2;
--redolency:#ed8c7d;
--coral-orange:#e6694c;
--fire-island:#d94f3a;
}