Color names in this palette
CSS code for this palette
/* CSS */
.shoe-wax {
color: #2b2b2b;
}
.metallic-gold {
color: #d4af35;
}
.verdant-oasis {
color: #5ccc6f;
}
.that-s-atomic {
color: #b0b08d;
}
.grape-illusion {
color: #b7a3d7;
}
/* CSS Variables */
:root {
--shoe-wax:#2b2b2b;
--metallic-gold:#d4af35;
--verdant-oasis:#5ccc6f;
--that-s-atomic:#b0b08d;
--grape-illusion:#b7a3d7;
}