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;
}
.ginger-peach {
color: #f9d29f;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
--ginger-peach:#f9d29f;
--blue-angels-yellow:#fab700;
}