Color names in this palette
CSS code for this palette
/* CSS */
.rokush-green {
color: #3e744f;
}
.abomination {
color: #7aae7a;
}
.merrylyn {
color: #a3d2aa;
}
.light-ligado {
color: #d8e1d0;
}
.bakery-box {
color: #f0f4f1;
}
/* CSS Variables */
:root {
--rokush-green:#3e744f;
--abomination:#7aae7a;
--merrylyn:#a3d2aa;
--light-ligado:#d8e1d0;
--bakery-box:#f0f4f1;
}