Color names in this palette
CSS code for this palette
/* CSS */
.granny-smith-apple {
color: #a0dc8e;
}
.fluorescent-red-orange {
color: #ff7e29;
}
.ucla-gold {
color: #ffb300;
}
.phaser-beam {
color: #ff4d00;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--granny-smith-apple:#a0dc8e;
--fluorescent-red-orange:#ff7e29;
--ucla-gold:#ffb300;
--phaser-beam:#ff4d00;
--bacon-strips:#e13e33;
}