Color names in this palette
CSS code for this palette
/* CSS */
.zucchini-flower {
color: #e6a64c;
}
.mango-margarita {
color: #f5b951;
}
.chickadee {
color: #fbce65;
}
.bright-yarrow {
color: #f9d16c;
}
.cente-tl-yellow {
color: #f5e17a;
}
/* CSS Variables */
:root {
--zucchini-flower:#e6a64c;
--mango-margarita:#f5b951;
--chickadee:#fbce65;
--bright-yarrow:#f9d16c;
--cente-tl-yellow:#f5e17a;
}