Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rogue-pink {
color: #f4a4c1;
}
.xoxo {
color: #f57f95;
}
.bonker-pink {
color: #f24a7a;
}
.infrared-gloze {
color: #c82d5c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rogue-pink:#f4a4c1;
--xoxo:#f57f95;
--bonker-pink:#f24a7a;
--infrared-gloze:#c82d5c;
}