Color names in this palette
CSS code for this palette
/* CSS */
.brown-magenta {
color: #7b1e3b;
}
.raspberry-patch {
color: #a24e68;
}
.sugar-tooth {
color: #d98c9f;
}
.pink-marshmallow {
color: #f2b5d4;
}
.fairy-wings {
color: #ffebf2;
}
/* CSS Variables */
:root {
--brown-magenta:#7b1e3b;
--raspberry-patch:#a24e68;
--sugar-tooth:#d98c9f;
--pink-marshmallow:#f2b5d4;
--fairy-wings:#ffebf2;
}