Color names in this palette
CSS code for this palette
/* CSS */
.lucky-lime {
color: #98cd2d;
}
.tropical-light {
color: #a1d770;
}
.basil-smash {
color: #b9e09e;
}
.mint-julep {
color: #e1f4a4;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--lucky-lime:#98cd2d;
--tropical-light:#a1d770;
--basil-smash:#b9e09e;
--mint-julep:#e1f4a4;
--shalimar:#f8f9a9;
}