Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.mint {
color: #3db388;
}
.medium-aquamarine {
color: #6fd8a5;
}
.mint-parfait {
color: #b8e6b7;
}
.afterglow {
color: #f2e3c5;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--mint:#3db388;
--medium-aquamarine:#6fd8a5;
--mint-parfait:#b8e6b7;
--afterglow:#f2e3c5;
}