Color names in this palette
CSS code for this palette
/* CSS */
.mustard-yellow {
color: #e0b000;
}
.curry-powder {
color: #d16900;
}
.charlie-brown {
color: #9e5200;
}
.red-beech {
color: #7a3b00;
}
.stirland-mud {
color: #4d2a00;
}
/* CSS Variables */
:root {
--mustard-yellow:#e0b000;
--curry-powder:#d16900;
--charlie-brown:#9e5200;
--red-beech:#7a3b00;
--stirland-mud:#4d2a00;
}