Color names in this palette
CSS code for this palette
/* CSS */
.leapfrog {
color: #3ba54d;
}
.jade-stone-green {
color: #6fbe7f;
}
.lime-lizard {
color: #a3d55d;
}
.golden-blonde {
color: #f0e17f;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--leapfrog:#3ba54d;
--jade-stone-green:#6fbe7f;
--lime-lizard:#a3d55d;
--golden-blonde:#f0e17f;
--blue-angels-yellow:#fab700;
}