Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.orange-liqueur {
color: #f2aa7d;
}
.horror-snob {
color: #d64c4c;
}
.plum-dust {
color: #a84d94;
}
.dull-violet {
color: #7e3b91;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--orange-liqueur:#f2aa7d;
--horror-snob:#d64c4c;
--plum-dust:#a84d94;
--dull-violet:#7e3b91;
}