Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.jube-green {
color: #76d58b;
}
.mint-cocktail-green {
color: #b2e1b2;
}
.white-sulfur {
color: #f0f8e8;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--jube-green:#76d58b;
--mint-cocktail-green:#b2e1b2;
--white-sulfur:#f0f8e8;
--hollandaise:#ffec3d;
}