Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #f9c8e4;
}
.pink-marshmallow {
color: #f3b4d5;
}
.rogue-pink {
color: #f5a3c0;
}
.xoxo {
color: #f27d91;
}
.purehearted {
color: #e36874;
}
/* CSS Variables */
:root {
--sugarwinkle:#f9c8e4;
--pink-marshmallow:#f3b4d5;
--rogue-pink:#f5a3c0;
--xoxo:#f27d91;
--purehearted:#e36874;
}