Color names in this palette
CSS code for this palette
/* CSS */
.indica {
color: #5a8939;
}
.cool-aloe {
color: #a7d699;
}
.soft-butter {
color: #f5e2b8;
}
.welcoming-wasp {
color: #f0a800;
}
.fired-up {
color: #d57a39;
}
/* CSS Variables */
:root {
--indica:#5a8939;
--cool-aloe:#a7d699;
--soft-butter:#f5e2b8;
--welcoming-wasp:#f0a800;
--fired-up:#d57a39;
}