Color names in this palette
CSS code for this palette
/* CSS */
.marigold-yellow {
color: #fbe96f;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.nuclear-mango {
color: #f0992d;
}
.fresh-gingerbread {
color: #d86b22;
}
.island-monkey {
color: #a94c1e;
}
/* CSS Variables */
:root {
--marigold-yellow:#fbe96f;
--creamy-sweet-corn:#f6c54c;
--nuclear-mango:#f0992d;
--fresh-gingerbread:#d86b22;
--island-monkey:#a94c1e;
}