Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f7b32b;
}
.mad-for-mango {
color: #f5a300;
}
.orange-pepper {
color: #d67d00;
}
.dry-clay {
color: #b85c00;
}
.bestial-brown {
color: #6b3e00;
}
/* CSS Variables */
:root {
--hot-sun:#f7b32b;
--mad-for-mango:#f5a300;
--orange-pepper:#d67d00;
--dry-clay:#b85c00;
--bestial-brown:#6b3e00;
}