Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #fbaf3c;
}
.durotar-fire {
color: #f15a27;
}
.cerise-red {
color: #da2f5f;
}
.lords-of-the-night {
color: #6a3f88;
}
.star-sapphire {
color: #3d6c9e;
}
/* CSS Variables */
:root {
--peach-butter:#fbaf3c;
--durotar-fire:#f15a27;
--cerise-red:#da2f5f;
--lords-of-the-night:#6a3f88;
--star-sapphire:#3d6c9e;
}