Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c34e;
}
.mad-for-mango {
color: #f5a300;
}
.clementine {
color: #eb6a00;
}
.fair-aqua {
color: #b6e2d7;
}
.blue-green-gem {
color: #80c6c5;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c34e;
--mad-for-mango:#f5a300;
--clementine:#eb6a00;
--fair-aqua:#b6e2d7;
--blue-green-gem:#80c6c5;
}