Color names in this palette
CSS code for this palette
/* CSS */
.medium-aquamarine {
color: #6fd8a5;
}
.hisui-kingfisher {
color: #3cbe90;
}
.green-jelly {
color: #2a9d7b;
}
.accent-green-blue {
color: #1f7f69;
}
.baltic-prince {
color: #135d56;
}
/* CSS Variables */
:root {
--medium-aquamarine:#6fd8a5;
--hisui-kingfisher:#3cbe90;
--green-jelly:#2a9d7b;
--accent-green-blue:#1f7f69;
--baltic-prince:#135d56;
}