Color names in this palette
CSS code for this palette
/* CSS */
.bright-camouflage {
color: #19b36e;
}
.mint-jelly {
color: #3de69f;
}
.lemon-gate {
color: #8ef5c0;
}
.yellow-petal {
color: #f0e84c;
}
.extreme-carrot {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--bright-camouflage:#19b36e;
--mint-jelly:#3de69f;
--lemon-gate:#8ef5c0;
--yellow-petal:#f0e84c;
--extreme-carrot:#ff6d2e;
}