Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.fall-gold {
color: #ffbd38;
}
.middle-yellow {
color: #ffea00;
}
.aquamarine {
color: #1ce9b5;
}
.krishna-blue {
color: #00aeff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--fall-gold:#ffbd38;
--middle-yellow:#ffea00;
--aquamarine:#1ce9b5;
--krishna-blue:#00aeff;
}