Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8a;
}
.bianchi-green {
color: #3fc6c3;
}
.neon-nazar {
color: #4de0d8;
}
.barely-aqua {
color: #b9e9e1;
}
.lynx-white {
color: #f5f9f8;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8a;
--bianchi-green:#3fc6c3;
--neon-nazar:#4de0d8;
--barely-aqua:#b9e9e1;
--lynx-white:#f5f9f8;
}