Color names in this palette
CSS code for this palette
/* CSS */
.liquid-green-stuff {
color: #3e7e5b;
}
.lime-lizard {
color: #a3d55d;
}
.flan {
color: #f7e2b6;
}
.trump-tan {
color: #f6a96a;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--liquid-green-stuff:#3e7e5b;
--lime-lizard:#a3d55d;
--flan:#f7e2b6;
--trump-tan:#f6a96a;
--fire-island:#d94f3a;
}