Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.furry-lion {
color: #f1933b;
}
.chaat-masala {
color: #f07b2d;
}
.buffallo-sauce {
color: #f15d1e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--furry-lion:#f1933b;
--chaat-masala:#f07b2d;
--buffallo-sauce:#f15d1e;
}