Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rogue-pink {
color: #f6a2bf;
}
.unripe-strawberry {
color: #f68eaa;
}
.embarrassed {
color: #f67495;
}
.brink-pink {
color: #f55b7d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rogue-pink:#f6a2bf;
--unripe-strawberry:#f68eaa;
--embarrassed:#f67495;
--brink-pink:#f55b7d;
}