Color names in this palette
CSS code for this palette
/* CSS */
.slate-black {
color: #4b3c35;
}
.fondue-fudge {
color: #6c4c3d;
}
.spiced-carrot {
color: #a75f49;
}
.jurassic-gold {
color: #e1a04c;
}
.coral-gold {
color: #d56b4d;
}
/* CSS Variables */
:root {
--slate-black:#4b3c35;
--fondue-fudge:#6c4c3d;
--spiced-carrot:#a75f49;
--jurassic-gold:#e1a04c;
--coral-gold:#d56b4d;
}