Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #6abf45;
}
.lime-lizard {
color: #a3d55d;
}
.sassy-lime {
color: #e2e48b;
}
.golden-glam {
color: #f4b943;
}
.entan-red {
color: #f06d4c;
}
/* CSS Variables */
:root {
--pure-apple:#6abf45;
--lime-lizard:#a3d55d;
--sassy-lime:#e2e48b;
--golden-glam:#f4b943;
--entan-red:#f06d4c;
}