Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.accent-orange {
color: #e06c00;
}
.clear-orange {
color: #f08800;
}
.orange-glass {
color: #ffca80;
}
.sand-muffin {
color: #ffdfc2;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--accent-orange:#e06c00;
--clear-orange:#f08800;
--orange-glass:#ffca80;
--sand-muffin:#ffdfc2;
}