Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4a7c2d;
}
.indica {
color: #5b8c3b;
}
.jealousy {
color: #7cae5b;
}
.witty-green {
color: #b2d99b;
}
.sugar-cookie {
color: #f3e1a5;
}
/* CSS Variables */
:root {
--master-chief:#4a7c2d;
--indica:#5b8c3b;
--jealousy:#7cae5b;
--witty-green:#b2d99b;
--sugar-cookie:#f3e1a5;
}