Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.basil-smash {
color: #b6e1a3;
}
.frozen-forest {
color: #d2e9b9;
}
.weak-yellow {
color: #f2f9d7;
}
.carla {
color: #f7ffc7;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--basil-smash:#b6e1a3;
--frozen-forest:#d2e9b9;
--weak-yellow:#f2f9d7;
--carla:#f7ffc7;
}