Color names in this palette
CSS code for this palette
/* CSS */
.asparagus-fern {
color: #b7c15c;
}
.ash-tree {
color: #a9c09b;
}
.menthol-green {
color: #9fd1b3;
}
.sandy-shore {
color: #f2e8ba;
}
.overjoy {
color: #f1c55f;
}
/* CSS Variables */
:root {
--asparagus-fern:#b7c15c;
--ash-tree:#a9c09b;
--menthol-green:#9fd1b3;
--sandy-shore:#f2e8ba;
--overjoy:#f1c55f;
}