Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.pyrite {
color: #f8c73f;
}
.yellow-petal {
color: #f5e44d;
}
.king-lime {
color: #a8d600;
}
.pure-apple {
color: #6cbe46;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--pyrite:#f8c73f;
--yellow-petal:#f5e44d;
--king-lime:#a8d600;
--pure-apple:#6cbe46;
}