Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.sweetheart {
color: #f1c6d9;
}
.candy-floss {
color: #e3afe4;
}
.light-blue-glint {
color: #a9d3e0;
}
.lucea {
color: #7db2e3;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--sweetheart:#f1c6d9;
--candy-floss:#e3afe4;
--light-blue-glint:#a9d3e0;
--lucea:#7db2e3;
}