Color names in this palette
CSS code for this palette
/* CSS */
.young-bud {
color: #88ac39;
}
.weeping-fig {
color: #5c882b;
}
.lime-lizard {
color: #a3d55d;
}
.natural-youth {
color: #d6e9b4;
}
.old-yella {
color: #ffeb99;
}
/* CSS Variables */
:root {
--young-bud:#88ac39;
--weeping-fig:#5c882b;
--lime-lizard:#a3d55d;
--natural-youth:#d6e9b4;
--old-yella:#ffeb99;
}