Color names in this palette
CSS code for this palette
/* CSS */
.pure-apple {
color: #69bf4a;
}
.resplendent-growth {
color: #3c903c;
}
.bright-nori {
color: #2a5a2a;
}
.bleached-silk {
color: #f2f2f2;
}
.texas-ranger-brown {
color: #a44d2d;
}
/* CSS Variables */
:root {
--pure-apple:#69bf4a;
--resplendent-growth:#3c903c;
--bright-nori:#2a5a2a;
--bleached-silk:#f2f2f2;
--texas-ranger-brown:#a44d2d;
}