Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.modestly-peach {
color: #f0a39e;
}
.redstone {
color: #e76e6e;
}
.peppermint-swirl {
color: #d45e7b;
}
.vicious-violet {
color: #8f4f9c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--modestly-peach:#f0a39e;
--redstone:#e76e6e;
--peppermint-swirl:#d45e7b;
--vicious-violet:#8f4f9c;
}