Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.clear-orange {
color: #f08800;
}
.exuberance {
color: #d15e00;
}
.oregon {
color: #a34c00;
}
.bestial-brown {
color: #6b3e00;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--clear-orange:#f08800;
--exuberance:#d15e00;
--oregon:#a34c00;
--bestial-brown:#6b3e00;
}