Color names in this palette
CSS code for this palette
/* CSS */
.marigold-yellow {
color: #f9e86c;
}
.stella {
color: #f4d257;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.gorse-yellow-orange {
color: #ed9a3b;
}
.chaat-masala {
color: #ea802e;
}
/* CSS Variables */
:root {
--marigold-yellow:#f9e86c;
--stella:#f4d257;
--maximum-yellow-red:#f0ba4c;
--gorse-yellow-orange:#ed9a3b;
--chaat-masala:#ea802e;
}