Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.island-aqua {
color: #2db4b4;
}
.blue-radiance {
color: #5bd2d2;
}
.bath-water {
color: #8cf3f3;
}
.friendly-frost {
color: #befefe;
}
/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--island-aqua:#2db4b4;
--blue-radiance:#5bd2d2;
--bath-water:#8cf3f3;
--friendly-frost:#befefe;
}