Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a7e2b0;
}
.green-trance {
color: #9dd8a0;
}
.patrice {
color: #8fd6a4;
}
.canton-jade {
color: #b9e4c8;
}
.bleached-silk {
color: #f3f3f2;
}
/* CSS Variables */
:root {
--overtone:#a7e2b0;
--green-trance:#9dd8a0;
--patrice:#8fd6a4;
--canton-jade:#b9e4c8;
--bleached-silk:#f3f3f2;
}