Color names in this palette
CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.mad-for-mango {
color: #f5a300;
}
.orange-pepper {
color: #d67d00;
}
.dry-clay {
color: #b85c00;
}
.dried-mustard {
color: #804400;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--mad-for-mango:#f5a300;
--orange-pepper:#d67d00;
--dry-clay:#b85c00;
--dried-mustard:#804400;
}