Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.capri {
color: #00bfff;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--capri:#00bfff;
--secret-story:#ff1492;
}