Color names in this palette
CSS code for this palette
/* CSS */
.devil-s-grass {
color: #4cae4f;
}
.pistachio-dream {
color: #a4d48c;
}
.french-vanilla {
color: #f0e3a8;
}
.floral-leaf {
color: #ffb84d;
}
.protein-high {
color: #ff8a66;
}
/* CSS Variables */
:root {
--devil-s-grass:#4cae4f;
--pistachio-dream:#a4d48c;
--french-vanilla:#f0e3a8;
--floral-leaf:#ffb84d;
--protein-high:#ff8a66;
}