Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.princess {
color: #f1a7b4;
}
.shark-bait {
color: #ea619d;
}
.kirby {
color: #d44e94;
}
.amaranth-deep-purple {
color: #9c2b63;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--princess:#f1a7b4;
--shark-bait:#ea619d;
--kirby:#d44e94;
--amaranth-deep-purple:#9c2b63;
}