Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #228c88;
}
.sea {
color: #3c9a8c;
}
.bath-turquoise {
color: #5fb9aa;
}
.sinbad {
color: #a4d6d0;
}
.mint-condition {
color: #def7f5;
}
/* CSS Variables */
:root {
--taos-turquoise:#228c88;
--sea:#3c9a8c;
--bath-turquoise:#5fb9aa;
--sinbad:#a4d6d0;
--mint-condition:#def7f5;
}