Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sugarwinkle {
color: #f8c4e2;
}
.pink-marshmallow {
color: #f4b8d4;
}
.shocking {
color: #ec8ebd;
}
.nocturnal-rose {
color: #d2659a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sugarwinkle:#f8c4e2;
--pink-marshmallow:#f4b8d4;
--shocking:#ec8ebd;
--nocturnal-rose:#d2659a;
}