Color names in this palette
CSS code for this palette
/* CSS */
.dignified {
color: #396a5a;
}
.green-tourmaline {
color: #5bae7c;
}
.patrice {
color: #85d6a1;
}
.faint-clover {
color: #b2f0d6;
}
.refined-mint {
color: #f1f9eb;
}
/* CSS Variables */
:root {
--dignified:#396a5a;
--green-tourmaline:#5bae7c;
--patrice:#85d6a1;
--faint-clover:#b2f0d6;
--refined-mint:#f1f9eb;
}