Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.syndicalist {
color: #f5c400;
}
.her-majesty {
color: #f9a4a4;
}
.rusty-sword {
color: #a44c3d;
}
.crisp-lettuce {
color: #4c9a8a;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--syndicalist:#f5c400;
--her-majesty:#f9a4a4;
--rusty-sword:#a44c3d;
--crisp-lettuce:#4c9a8a;
}