Color names in this palette
CSS code for this palette
/* CSS */
.no-gmb-yellow {
color: #f5e78a;
}
.sun-salutation {
color: #e7c36e;
}
.bakelite-gold {
color: #d7995b;
}
.raw-copper {
color: #c66c4e;
}
.nutmeg {
color: #7e4c3a;
}
/* CSS Variables */
:root {
--no-gmb-yellow:#f5e78a;
--sun-salutation:#e7c36e;
--bakelite-gold:#d7995b;
--raw-copper:#c66c4e;
--nutmeg:#7e4c3a;
}