Color names in this palette
CSS code for this palette
/* CSS */
.orange-pepper {
color: #db7c00;
}
.spicy-sweetcorn {
color: #f5ab00;
}
.margarine {
color: #f4d62f;
}
.golf-day {
color: #5a883f;
}
.maniac-mansion {
color: #003a5c;
}
/* CSS Variables */
:root {
--orange-pepper:#db7c00;
--spicy-sweetcorn:#f5ab00;
--margarine:#f4d62f;
--golf-day:#5a883f;
--maniac-mansion:#003a5c;
}