Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1e8f8f;
}
.neon-nazar {
color: #4ce1e1;
}
.bath-water {
color: #81f3f3;
}
.waterspout {
color: #a5f8f8;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--sea-fantasy:#1e8f8f;
--neon-nazar:#4ce1e1;
--bath-water:#81f3f3;
--waterspout:#a5f8f8;
--light-cyan:#e0ffff;
}