Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.coral-silk {
color: #f2a07d;
}
.granary-gold {
color: #e89c4f;
}
.bitter-orange {
color: #d57a2a;
}
.scarecrow-frown {
color: #a55e2c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--coral-silk:#f2a07d;
--granary-gold:#e89c4f;
--bitter-orange:#d57a2a;
--scarecrow-frown:#a55e2c;
}