Color names in this palette
CSS code for this palette
/* CSS */
.pink-illusion {
color: #d8b7f0;
}
.royal-gramma-purple {
color: #a74cc8;
}
.true-purple {
color: #6f2c90;
}
.flirty-rose {
color: #d65c8d;
}
.sugarwinkle {
color: #f7c5e6;
}
/* CSS Variables */
:root {
--pink-illusion:#d8b7f0;
--royal-gramma-purple:#a74cc8;
--true-purple:#6f2c90;
--flirty-rose:#d65c8d;
--sugarwinkle:#f7c5e6;
}