Color names in this palette
CSS code for this palette
/* CSS */
.green-banana {
color: #a2b74e;
}
.limestoned {
color: #a9caa0;
}
.flower-stem {
color: #b7d5b4;
}
.fresh-frapp {
color: #e0e59f;
}
.beige {
color: #e7d7a6;
}
/* CSS Variables */
:root {
--green-banana:#a2b74e;
--limestoned:#a9caa0;
--flower-stem:#b7d5b4;
--fresh-frapp:#e0e59f;
--beige:#e7d7a6;
}