Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.banana-propaganda {
color: #f0d800;
}
.no-gmb-yellow {
color: #f9e88b;
}
.lightning-yellow {
color: #f39f2b;
}
.mountain-ash {
color: #d17000;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--banana-propaganda:#f0d800;
--no-gmb-yellow:#f9e88b;
--lightning-yellow:#f39f2b;
--mountain-ash:#d17000;
}