Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4c9a6a;
}
.mother-of-pearl-green {
color: #8fd6a2;
}
.cruise {
color: #b3e0d6;
}
.quiet-whisper {
color: #f0f4e7;
}
.veiled-treasure {
color: #f6f1b6;
}
/* CSS Variables */
:root {
--greenbrier:#4c9a6a;
--mother-of-pearl-green:#8fd6a2;
--cruise:#b3e0d6;
--quiet-whisper:#f0f4e7;
--veiled-treasure:#f6f1b6;
}