Color names in this palette
CSS code for this palette
/* CSS */
.middle-yellow {
color: #ffea00;
}
.dancing-sea {
color: #1a4c8e;
}
.raspberry-shortcake {
color: #ff3d8b;
}
.hanuman-green {
color: #4dffb2;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--middle-yellow:#ffea00;
--dancing-sea:#1a4c8e;
--raspberry-shortcake:#ff3d8b;
--hanuman-green:#4dffb2;
--shocking-orange:#ff6d1f;
}