Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.honey-tone {
color: #f8d99b;
}
.akak-red {
color: #ed805e;
}
.peppermint-swirl {
color: #d25b7d;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f6c34c;
--honey-tone:#f8d99b;
--akak-red:#ed805e;
--peppermint-swirl:#d25b7d;
}