Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.exhilarating-green {
color: #7fc783;
}
.cactus-spike {
color: #c3e0a3;
}
.fresh-grown {
color: #f0f4c3;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--exhilarating-green:#7fc783;
--cactus-spike:#c3e0a3;
--fresh-grown:#f0f4c3;
--hollandaise:#ffec3d;
}