Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.basil-smash {
color: #b8e4a0;
}
.dingy-sticky-note {
color: #e4f7a6;
}
.forsythia-blossom {
color: #f7d76e;
}
.war-paint-red {
color: #d74f1d;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--basil-smash:#b8e4a0;
--dingy-sticky-note:#e4f7a6;
--forsythia-blossom:#f7d76e;
--war-paint-red:#d74f1d;
}