Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.fringy-flower {
color: #b2e6b8;
}
.patrice {
color: #8cd4a1;
}
.spearmint-burst {
color: #5abf87;
}
.bulma-hair {
color: #3aa16c;
}
/* CSS Variables */
:root {
--white:#ffffff;
--fringy-flower:#b2e6b8;
--patrice:#8cd4a1;
--spearmint-burst:#5abf87;
--bulma-hair:#3aa16c;
}