Color names in this palette
CSS code for this palette
/* CSS */
.young-green-onion {
color: #a8d54d;
}
.basil-smash {
color: #b5e69e;
}
.mint-julep {
color: #e2f4a9;
}
.paris-daisy {
color: #f9e54e;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--young-green-onion:#a8d54d;
--basil-smash:#b5e69e;
--mint-julep:#e2f4a9;
--paris-daisy:#f9e54e;
--syndicalist:#f5c400;
}