Color names in this palette
CSS code for this palette
/* CSS */
.mint-circle {
color: #a6ceab;
}
.sounds-of-nature {
color: #dfe5d7;
}
.spice-garden {
color: #c7d5b3;
}
.green-lacewing {
color: #8bda6c;
}
.online-lime {
color: #4b8c3b;
}
/* CSS Variables */
:root {
--mint-circle:#a6ceab;
--sounds-of-nature:#dfe5d7;
--spice-garden:#c7d5b3;
--green-lacewing:#8bda6c;
--online-lime:#4b8c3b;
}