Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a6e2ae;
}
.mint-parfait {
color: #b4e9b9;
}
.jade-palace {
color: #d0f0d6;
}
.nettle-rash {
color: #e7f9e6;
}
.honeydew {
color: #f5fff0;
}
/* CSS Variables */
:root {
--overtone:#a6e2ae;
--mint-parfait:#b4e9b9;
--jade-palace:#d0f0d6;
--nettle-rash:#e7f9e6;
--honeydew:#f5fff0;
}