Color names in this palette
CSS code for this palette
/* CSS */
.onion-seedling {
color: #4a8c60;
}
.citrus-surge {
color: #8bc34b;
}
.maximum-green-yellow {
color: #d3e156;
}
.hollandaise {
color: #ffec3d;
}
.not-yo-cheese {
color: #fbc02d;
}
/* CSS Variables */
:root {
--onion-seedling:#4a8c60;
--citrus-surge:#8bc34b;
--maximum-green-yellow:#d3e156;
--hollandaise:#ffec3d;
--not-yo-cheese:#fbc02d;
}