Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.montego-bay {
color: #3bbfbf;
}
.pluviophile {
color: #6be1e1;
}
.waterspout {
color: #9df6f6;
}
.tinted-ice {
color: #d2f9f9;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--montego-bay:#3bbfbf;
--pluviophile:#6be1e1;
--waterspout:#9df6f6;
--tinted-ice:#d2f9f9;
}