Color names in this palette
CSS code for this palette
/* CSS */
.vegan {
color: #1dbf89;
}
.mint-jelly {
color: #3be3a0;
}
.bubble-algae {
color: #8ae5c2;
}
.photon-white {
color: #f7f9e7;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--vegan:#1dbf89;
--mint-jelly:#3be3a0;
--bubble-algae:#8ae5c2;
--photon-white:#f7f9e7;
--american-yellow:#f5b400;
}