Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.maximum-blue-green {
color: #2ac0c0;
}
.petrichor {
color: #61d1d1;
}
.spinnaker {
color: #a3e0e0;
}
.tinted-ice {
color: #d2f9f9;
}
/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--maximum-blue-green:#2ac0c0;
--petrichor:#61d1d1;
--spinnaker:#a3e0e0;
--tinted-ice:#d2f9f9;
}