Color names in this palette
CSS code for this palette
/* CSS */
.nero-s-green {
color: #2e7e7f;
}
.crystalsong-blue {
color: #4ab1b5;
}
.andes-sky {
color: #77dad8;
}
.mint-tea {
color: #a6f2e2;
}
.frosty-mint {
color: #e3f7f6;
}
/* CSS Variables */
:root {
--nero-s-green:#2e7e7f;
--crystalsong-blue:#4ab1b5;
--andes-sky:#77dad8;
--mint-tea:#a6f2e2;
--frosty-mint:#e3f7f6;
}