Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8c;
}
.crystalsong-blue {
color: #4bb4b0;
}
.aruba-blue {
color: #79d3d8;
}
.pale-king-s-blue {
color: #a8f5f2;
}
.bubbles {
color: #e5ffff;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8c;
--crystalsong-blue:#4bb4b0;
--aruba-blue:#79d3d8;
--pale-king-s-blue:#a8f5f2;
--bubbles:#e5ffff;
}