Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.medium-turquoise {
color: #4cd6d6;
}
.bath-water {
color: #8aefef;
}
.tinted-ice {
color: #cff7f7;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--medium-turquoise:#4cd6d6;
--bath-water:#8aefef;
--tinted-ice:#cff7f7;
--lynx-white:#f6f8f8;
}