Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.botanical-tint {
color: #a6e2d4;
}
.faint-clover {
color: #b5edd2;
}
.leaf-bud {
color: #f1f99f;
}
.lemon-filling {
color: #f8e5a5;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--botanical-tint:#a6e2d4;
--faint-clover:#b5edd2;
--leaf-bud:#f1f99f;
--lemon-filling:#f8e5a5;
}