Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.blazing-bonfire {
color: #ff9c38;
}
.sugar-rush {
color: #d85f9c;
}
.trunks-hair {
color: #a05abf;
}
.lucid-dream {
color: #5d2a92;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--blazing-bonfire:#ff9c38;
--sugar-rush:#d85f9c;
--trunks-hair:#a05abf;
--lucid-dream:#5d2a92;
}