Color names in this palette
CSS code for this palette
/* CSS */
.bright-nautilus {
color: #1e5b67;
}
.taos-turquoise {
color: #2a8d8c;
}
.tropical-escape {
color: #4cb8b2;
}
.aruba-blue {
color: #79d4d7;
}
.waterspout {
color: #a6f7f6;
}
/* CSS Variables */
:root {
--bright-nautilus:#1e5b67;
--taos-turquoise:#2a8d8c;
--tropical-escape:#4cb8b2;
--aruba-blue:#79d4d7;
--waterspout:#a6f7f6;
}