Color names in this palette
CSS code for this palette
/* CSS */
.high-reflective-white {
color: #f8f6f1;
}
.just-about-green {
color: #e1e7d5;
}
.flower-stem {
color: #b7d7b2;
}
.absinthe-green {
color: #77b689;
}
.middle-green {
color: #4d8f5d;
}
/* CSS Variables */
:root {
--high-reflective-white:#f8f6f1;
--just-about-green:#e1e7d5;
--flower-stem:#b7d7b2;
--absinthe-green:#77b689;
--middle-green:#4d8f5d;
}