Color names in this palette
CSS code for this palette
/* CSS */
.unloaded-texture-purple {
color: #c153c1;
}
.kirby {
color: #d24b8d;
}
.love-at-first-sight {
color: #e5a4b2;
}
.sweetheart {
color: #f1c6d8;
}
.pink-makeup {
color: #ff809d;
}
/* CSS Variables */
:root {
--unloaded-texture-purple:#c153c1;
--kirby:#d24b8d;
--love-at-first-sight:#e5a4b2;
--sweetheart:#f1c6d8;
--pink-makeup:#ff809d;
}