Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c39f;
}
.citrus-honey {
color: #f5b76b;
}
.artisans-gold {
color: #f3a949;
}
.sweet-mandarin {
color: #d66038;
}
.cherry-race {
color: #a63d36;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c39f;
--citrus-honey:#f5b76b;
--artisans-gold:#f3a949;
--sweet-mandarin:#d66038;
--cherry-race:#a63d36;
}