Color names in this palette
CSS code for this palette
/* CSS */
.mantis {
color: #74c365;
}
.pistachio-dream {
color: #a4d48c;
}
.dingy-sticky-note {
color: #e4f49f;
}
.storm-lightning {
color: #f9e59f;
}
.faded-sunlight {
color: #fed06c;
}
/* CSS Variables */
:root {
--mantis:#74c365;
--pistachio-dream:#a4d48c;
--dingy-sticky-note:#e4f49f;
--storm-lightning:#f9e59f;
--faded-sunlight:#fed06c;
}