Color names in this palette
CSS code for this palette
/* CSS */
.lilliputian-lime {
color: #7fd959;
}
.verdant-oasis {
color: #5ecf6b;
}
.paris-green {
color: #4fbf80;
}
.baltic-green {
color: #3c9f93;
}
.sea-bed {
color: #2a7d8d;
}
/* CSS Variables */
:root {
--lilliputian-lime:#7fd959;
--verdant-oasis:#5ecf6b;
--paris-green:#4fbf80;
--baltic-green:#3c9f93;
--sea-bed:#2a7d8d;
}