Color names in this palette
CSS code for this palette
/* CSS */
.sabz-green {
color: #a8d70f;
}
.jazzercise {
color: #b3e02e;
}
.succulent-lime {
color: #d7e75f;
}
.leaf-bud {
color: #f1f8a0;
}
.fluffy-duckling {
color: #f9df39;
}
/* CSS Variables */
:root {
--sabz-green:#a8d70f;
--jazzercise:#b3e02e;
--succulent-lime:#d7e75f;
--leaf-bud:#f1f8a0;
--fluffy-duckling:#f9df39;
}