Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e9989;
}
.bianchi-green {
color: #3dd1c3;
}
.turquoise-chalk {
color: #6de3df;
}
.waterspout {
color: #a3f5f3;
}
.sparkling-snow {
color: #f2fdfd;
}
/* CSS Variables */
:root {
--ocean-liner:#1e9989;
--bianchi-green:#3dd1c3;
--turquoise-chalk:#6de3df;
--waterspout:#a3f5f3;
--sparkling-snow:#f2fdfd;
}