Color names in this palette
CSS code for this palette
/* CSS */
.azure-tide {
color: #2a9d90;
}
.waterfall {
color: #3bb5a1;
}
.treasured-teal {
color: #4dc7b4;
}
.everest {
color: #a1e2df;
}
.mint-cream {
color: #f5fffb;
}
/* CSS Variables */
:root {
--azure-tide:#2a9d90;
--waterfall:#3bb5a1;
--treasured-teal:#4dc7b4;
--everest:#a1e2df;
--mint-cream:#f5fffb;
}