Color names in this palette
CSS code for this palette
/* CSS */
.chateau-green {
color: #3ba55d;
}
.medium-aquamarine {
color: #6ad7a4;
}
.overtone {
color: #a4e0b4;
}
.nettle-rash {
color: #e7f9e6;
}
.apple-martini {
color: #f9fdd8;
}
/* CSS Variables */
:root {
--chateau-green:#3ba55d;
--medium-aquamarine:#6ad7a4;
--overtone:#a4e0b4;
--nettle-rash:#e7f9e6;
--apple-martini:#f9fdd8;
}