Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1c7a8d;
}
.tropical-escape {
color: #4cb8b1;
}
.light-turquoise {
color: #7ce9d1;
}
.mint-tea {
color: #a4efe5;
}
.mint-condition {
color: #def7f5;
}
/* CSS Variables */
:root {
--bermuda:#1c7a8d;
--tropical-escape:#4cb8b1;
--light-turquoise:#7ce9d1;
--mint-tea:#a4efe5;
--mint-condition:#def7f5;
}