Color names in this palette
CSS code for this palette
/* CSS */
.gecko-s-dream {
color: #6e9c02;
}
.two-peas-in-a-pod {
color: #a2c74d;
}
.apple-bob {
color: #d5e8a1;
}
.yellow-chalk {
color: #f1f9b4;
}
.hawkbit {
color: #ffdb70;
}
/* CSS Variables */
:root {
--gecko-s-dream:#6e9c02;
--two-peas-in-a-pod:#a2c74d;
--apple-bob:#d5e8a1;
--yellow-chalk:#f1f9b4;
--hawkbit:#ffdb70;
}