Color names in this palette
CSS code for this palette
/* CSS */
.master-sword-blue {
color: #00ffea;
}
.shocking-orange {
color: #ff6d1f;
}
.middle-yellow {
color: #ffea00;
}
.reddish-pink {
color: #ff2e54;
}
.purple-climax {
color: #8800ff;
}
/* CSS Variables */
:root {
--master-sword-blue:#00ffea;
--shocking-orange:#ff6d1f;
--middle-yellow:#ffea00;
--reddish-pink:#ff2e54;
--purple-climax:#8800ff;
}