Color names in this palette
CSS code for this palette
/* CSS */
.forest-maid {
color: #5abf5a;
}
.green-trance {
color: #a7d8a6;
}
.friendly-basilisk {
color: #e1f5e0;
}
.fine-linen {
color: #f9f6c3;
}
.raichu-orange {
color: #f6a83c;
}
/* CSS Variables */
:root {
--forest-maid:#5abf5a;
--green-trance:#a7d8a6;
--friendly-basilisk:#e1f5e0;
--fine-linen:#f9f6c3;
--raichu-orange:#f6a83c;
}