Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a7d94a;
}
.inchworm {
color: #b9e35f;
}
.ajwain-green {
color: #d1e87d;
}
.invigorating {
color: #f0eab2;
}
.yellow-tulip {
color: #f3d26d;
}
/* CSS Variables */
:root {
--burst-of-lime:#a7d94a;
--inchworm:#b9e35f;
--ajwain-green:#d1e87d;
--invigorating:#f0eab2;
--yellow-tulip:#f3d26d;
}