Color names in this palette
CSS code for this palette
/* CSS */
.potted-plant {
color: #a0caa9;
}
.mint-cold-green {
color: #6ebf9f;
}
.garish-green {
color: #4abf8c;
}
.bulma-hair {
color: #389f6d;
}
.lake-green {
color: #2e8e5b;
}
/* CSS Variables */
:root {
--potted-plant:#a0caa9;
--mint-cold-green:#6ebf9f;
--garish-green:#4abf8c;
--bulma-hair:#389f6d;
--lake-green:#2e8e5b;
}