Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.coral-silk {
color: #f3a27c;
}
.big-foot-feet {
color: #e68e5b;
}
.sweet-potato {
color: #d77d3c;
}
.boho-copper {
color: #b8602e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--coral-silk:#f3a27c;
--big-foot-feet:#e68e5b;
--sweet-potato:#d77d3c;
--boho-copper:#b8602e;
}