Color names in this palette
CSS code for this palette
/* CSS */
.teal {
color: #007f80;
}
.tropical-escape {
color: #4cb8b1;
}
.island-sea {
color: #80d6d1;
}
.mint-macaron {
color: #b2f0ef;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--teal:#007f80;
--tropical-escape:#4cb8b1;
--island-sea:#80d6d1;
--mint-macaron:#b2f0ef;
--light-cyan:#e0ffff;
}