Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6cbf45;
}
.burst-of-lime {
color: #a8d34a;
}
.dingy-sticky-note {
color: #e1f29c;
}
.hu-ng-j-n-zh-u-gold {
color: #f9da6c;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--pure-apple:#6cbf45;
--burst-of-lime:#a8d34a;
--dingy-sticky-note:#e1f29c;
--hu-ng-j-n-zh-u-gold:#f9da6c;
--mad-for-mango:#f5a300;
}