Color names in this palette
CSS code for this palette
/* CSS */
.beveled-grass {
color: #79ae0f;
}
.two-peas-in-a-pod {
color: #a3c94f;
}
.apple-bob {
color: #d5e8a1;
}
.fine-linen {
color: #f9f9c3;
}
.beaming-sun {
color: #fff8e0;
}
/* CSS Variables */
:root {
--beveled-grass:#79ae0f;
--two-peas-in-a-pod:#a3c94f;
--apple-bob:#d5e8a1;
--fine-linen:#f9f9c3;
--beaming-sun:#fff8e0;
}