Color names in this palette
CSS code for this palette
/* CSS */
.orange-gluttony {
color: #ed7a1d;
}
.mad-for-mango {
color: #f5a300;
}
.sunny-mood {
color: #f7c94b;
}
.pineapple-high {
color: #e2e95d;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--orange-gluttony:#ed7a1d;
--mad-for-mango:#f5a300;
--sunny-mood:#f7c94b;
--pineapple-high:#e2e95d;
--lime-lizard:#a3d55d;
}