Color names in this palette
CSS code for this palette
/* CSS */
.forest-empress {
color: #40641b;
}
.sour-candy {
color: #69af4b;
}
.pistachio-dream {
color: #a7d58b;
}
.flavescent {
color: #f5e78e;
}
.xanthous {
color: #f2b231;
}
/* CSS Variables */
:root {
--forest-empress:#40641b;
--sour-candy:#69af4b;
--pistachio-dream:#a7d58b;
--flavescent:#f5e78e;
--xanthous:#f2b231;
}