Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f8c54f;
}
.y-ng-ch-ng-orange {
color: #f6a53c;
}
.chaat-masala {
color: #ea802e;
}
.firebug {
color: #c95e4f;
}
.birdhouse-brown {
color: #6a4a39;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f8c54f;
--y-ng-ch-ng-orange:#f6a53c;
--chaat-masala:#ea802e;
--firebug:#c95e4f;
--birdhouse-brown:#6a4a39;
}