Color names in this palette
CSS code for this palette
/* CSS */
.burst-of-lime {
color: #a7d13d;
}
.grape-green {
color: #a7e6a3;
}
.crystal-apple {
color: #cfe9a0;
}
.leaf-bud {
color: #f1f99f;
}
.longlure-frogfish {
color: #e7d74b;
}
/* CSS Variables */
:root {
--burst-of-lime:#a7d13d;
--grape-green:#a7e6a3;
--crystal-apple:#cfe9a0;
--leaf-bud:#f1f99f;
--longlure-frogfish:#e7d74b;
}