Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.sunny-mood {
color: #f7c94b;
}
.matcha-powder {
color: #a1d600;
}
.young-fern {
color: #6ebf7b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--sunny-mood:#f7c94b;
--matcha-powder:#a1d600;
--young-fern:#6ebf7b;
--grapefruit-pulp:#ff6e61;
}