Color names in this palette
CSS code for this palette
/* CSS */
.aqua-glass {
color: #d0e7e2;
}
.sinbad {
color: #a5d5d1;
}
.pure-turquoise {
color: #77c0be;
}
.blue-turquoise {
color: #4bafad;
}
.sea-fantasy {
color: #1e9999;
}
/* CSS Variables */
:root {
--aqua-glass:#d0e7e2;
--sinbad:#a5d5d1;
--pure-turquoise:#77c0be;
--blue-turquoise:#4bafad;
--sea-fantasy:#1e9999;
}