Color names in this palette
CSS code for this palette
/* CSS */
.mustard {
color: #d1b500;
}
.titanium-yellow {
color: #f0e400;
}
.gorse {
color: #f9e639;
}
.westfall-yellow {
color: #fcd74f;
}
.spicy-sweetcorn {
color: #f5a700;
}
/* CSS Variables */
:root {
--mustard:#d1b500;
--titanium-yellow:#f0e400;
--gorse:#f9e639;
--westfall-yellow:#fcd74f;
--spicy-sweetcorn:#f5a700;
}