Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.coral-silk {
color: #f3a67c;
}
.bergamot-orange {
color: #f29c5a;
}
.spicy-paella {
color: #f18d3b;
}
.emergency-zone {
color: #e7693c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--coral-silk:#f3a67c;
--bergamot-orange:#f29c5a;
--spicy-paella:#f18d3b;
--emergency-zone:#e7693c;
}