Color names in this palette
CSS code for this palette
/* CSS */
.android-green {
color: #a5c639;
}
.seasoned-apple-green {
color: #8db800;
}
.king-lime {
color: #a8d600;
}
.king-lime {
color: #b2d600;
}
.leafy-lemon {
color: #c3e600;
}
/* CSS Variables */
:root {
--android-green:#a5c639;
--seasoned-apple-green:#8db800;
--king-lime:#a8d600;
--king-lime:#b2d600;
--leafy-lemon:#c3e600;
}