Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-lavender {
color: #8c599b;
}
.sweetheart {
color: #f1c6d9;
}
.bone-white {
color: #f1e2b1;
}
.troll-slayer-orange {
color: #f7a64b;
}
.chinese-orange {
color: #f8703f;
}
/* CSS Variables */
:root {
--highlighter-lavender:#8c599b;
--sweetheart:#f1c6d9;
--bone-white:#f1e2b1;
--troll-slayer-orange:#f7a64b;
--chinese-orange:#f8703f;
}