Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.bicycle-yellow {
color: #fde68b;
}
.yellow-chalk {
color: #f4ffb3;
}
.riverside {
color: #4d7093;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
--yellow-chalk:#f4ffb3;
--riverside:#4d7093;
}