Color names in this palette
CSS code for this palette
/* CSS */
.razzmic-berry {
color: #8b4d8f;
}
.je-t-aime {
color: #b76c98;
}
.emperor-s-children {
color: #f0a3b4;
}
.sunset-gold {
color: #f5c366;
}
.troll-slayer-orange {
color: #f3a34f;
}
/* CSS Variables */
:root {
--razzmic-berry:#8b4d8f;
--je-t-aime:#b76c98;
--emperor-s-children:#f0a3b4;
--sunset-gold:#f5c366;
--troll-slayer-orange:#f3a34f;
}