Color names in this palette
CSS code for this palette
/* CSS */
.bulma-hair {
color: #3b9b6b;
}
.garish-green {
color: #4fbf83;
}
.van-gogh-green {
color: #65d29a;
}
.overtone {
color: #a1e8b6;
}
.cactus-water {
color: #d2f9e0;
}
/* CSS Variables */
:root {
--bulma-hair:#3b9b6b;
--garish-green:#4fbf83;
--van-gogh-green:#65d29a;
--overtone:#a1e8b6;
--cactus-water:#d2f9e0;
}