Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rogue-pink {
color: #f4a4c4;
}
.posy-petal {
color: #f688a2;
}
.be-my-valentine {
color: #f2a1c7;
}
.sugar-rush {
color: #d85a9b;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rogue-pink:#f4a4c4;
--posy-petal:#f688a2;
--be-my-valentine:#f2a1c7;
--sugar-rush:#d85a9b;
}