Color names in this palette
CSS code for this palette
/* CSS */
.madang {
color: #b4e1a8;
}
.green-trance {
color: #a3d7a3;
}
.pale-jade {
color: #79c3b5;
}
.floral-leaf {
color: #ffb84d;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--madang:#b4e1a8;
--green-trance:#a3d7a3;
--pale-jade:#79c3b5;
--floral-leaf:#ffb84d;
--orange-gluttony:#e77e23;
}