Color names in this palette
CSS code for this palette
/* CSS */
.golden-opportunity {
color: #fbc16f;
}
.chat-orange {
color: #f6993c;
}
.obstinate-orange {
color: #d75c28;
}
.potter-s-clay {
color: #a74b2a;
}
.hereford-cow-brown {
color: #6d2b22;
}
/* CSS Variables */
:root {
--golden-opportunity:#fbc16f;
--chat-orange:#f6993c;
--obstinate-orange:#d75c28;
--potter-s-clay:#a74b2a;
--hereford-cow-brown:#6d2b22;
}