Color names in this palette
CSS code for this palette
/* CSS */
.crimson-cloud {
color: #c32c3b;
}
.mod-orange {
color: #d75b3c;
}
.zucchini-flower {
color: #e9a84e;
}
.lime-lizard {
color: #a5d65c;
}
.liquid-green-stuff {
color: #3e7a5c;
}
/* CSS Variables */
:root {
--crimson-cloud:#c32c3b;
--mod-orange:#d75b3c;
--zucchini-flower:#e9a84e;
--lime-lizard:#a5d65c;
--liquid-green-stuff:#3e7a5c;
}