Color names in this palette
CSS code for this palette
/* CSS */
.parisian-green {
color: #6b9b46;
}
.spring-sprout {
color: #87b649;
}
.alverda {
color: #a5c86f;
}
.apple-bob {
color: #d4e09a;
}
.bells-and-whistles-gold {
color: #f0e69e;
}
/* CSS Variables */
:root {
--parisian-green:#6b9b46;
--spring-sprout:#87b649;
--alverda:#a5c86f;
--apple-bob:#d4e09a;
--bells-and-whistles-gold:#f0e69e;
}