Color names in this palette
CSS code for this palette
/* CSS */
.enviable {
color: #4b9b3b;
}
.conceptual {
color: #73c74d;
}
.nature-s-delight {
color: #a6d68f;
}
.late-day-sun {
color: #f1e08e;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--enviable:#4b9b3b;
--conceptual:#73c74d;
--nature-s-delight:#a6d68f;
--late-day-sun:#f1e08e;
--mad-for-mango:#f5a300;
}