Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f7b32b;
}
.shocking-orange {
color: #ff6d1f;
}
.spiritstone-red {
color: #ff3d1f;
}
.byzantine {
color: #b83d9b;
}
.royalty {
color: #5b2d9f;
}
/* CSS Variables */
:root {
--hot-sun:#f7b32b;
--shocking-orange:#ff6d1f;
--spiritstone-red:#ff3d1f;
--byzantine:#b83d9b;
--royalty:#5b2d9f;
}