Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.snow-pea {
color: #6ccb79;
}
.sea-kale {
color: #30ab9d;
}
.turkish-stone {
color: #2a7b8d;
}
.oceanic-motion {
color: #1c597d;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--snow-pea:#6ccb79;
--sea-kale:#30ab9d;
--turkish-stone:#2a7b8d;
--oceanic-motion:#1c597d;
}