Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4b3c3a;
}
.zambezi {
color: #6c5a5a;
}
.muntok-white-pepper {
color: #d4a16e;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4b3c3a;
--zambezi:#6c5a5a;
--muntok-white-pepper:#d4a16e;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}