Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.mandarin-peel {
color: #ff9d00;
}
.soviet-gold {
color: #ffd900;
}
.capri {
color: #00bfff;
}
.singapore-orchid {
color: #9f1fef;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--mandarin-peel:#ff9d00;
--soviet-gold:#ffd900;
--capri:#00bfff;
--singapore-orchid:#9f1fef;
}