Color names in this palette
CSS code for this palette
/* CSS */
.office-neon-light {
color: #ff2977;
}
.shocking-orange {
color: #ff6d1f;
}
.middle-yellow {
color: #ffea00;
}
.thor-s-thunder {
color: #4dc9ff;
}
.forestial {
color: #007a33;
}
/* CSS Variables */
:root {
--office-neon-light:#ff2977;
--shocking-orange:#ff6d1f;
--middle-yellow:#ffea00;
--thor-s-thunder:#4dc9ff;
--forestial:#007a33;
}