Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f2a1b0;
}
.shark-bait {
color: #e6609a;
}
.kirby {
color: #d24b8d;
}
.rich-lavender {
color: #a66dca;
}
.alfonso-olive {
color: #7d2c5f;
}
/* CSS Variables */
:root {
--sweet-60:#f2a1b0;
--shark-bait:#e6609a;
--kirby:#d24b8d;
--rich-lavender:#a66dca;
--alfonso-olive:#7d2c5f;
}