Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.empire-yellow {
color: #f5d000;
}
.peridot {
color: #e5e600;
}
.golden-gun {
color: #d6e600;
}
.high-grass {
color: #bad600;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--empire-yellow:#f5d000;
--peridot:#e5e600;
--golden-gun:#d6e600;
--high-grass:#bad600;
}