Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.mango-margarita {
color: #f9b74e;
}
.bittersweet {
color: #f9a04e;
}
.holland-tulip {
color: #f99b4e;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--mango-margarita:#f9b74e;
--bittersweet:#f9a04e;
--holland-tulip:#f99b4e;
--black:#000000;
}