Color names in this palette
CSS code for this palette
/* CSS */
.tender-shoots {
color: #b4c832;
}
.lime-lizard {
color: #a1d35a;
}
.greek-garden {
color: #8bce82;
}
.arboretum {
color: #6fb8a1;
}
.starflower-blue {
color: #4a98b0;
}
/* CSS Variables */
:root {
--tender-shoots:#b4c832;
--lime-lizard:#a1d35a;
--greek-garden:#8bce82;
--arboretum:#6fb8a1;
--starflower-blue:#4a98b0;
}