Color names in this palette
CSS code for this palette
/* CSS */
.golden-snitch {
color: #f0e04c;
}
.westfall-yellow {
color: #f9d64e;
}
.mad-for-mango {
color: #f5a300;
}
.turbo {
color: #f5c724;
}
.oregon-trail {
color: #f2b91c;
}
/* CSS Variables */
:root {
--golden-snitch:#f0e04c;
--westfall-yellow:#f9d64e;
--mad-for-mango:#f5a300;
--turbo:#f5c724;
--oregon-trail:#f2b91c;
}