Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.no-gmb-yellow {
color: #f8e68b;
}
.tropical-light {
color: #a3d86e;
}
.pure-apple {
color: #6bbf4a;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f6c54c;
--no-gmb-yellow:#f8e68b;
--tropical-light:#a3d86e;
--pure-apple:#6bbf4a;
}