Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1e8a8a;
}
.waterfall {
color: #3cb4a0;
}
.tropical-tide {
color: #5cd1b0;
}
.reef-green {
color: #a3e0c6;
}
.soft-mint {
color: #e7f9f2;
}
/* CSS Variables */
:root {
--ocean-liner:#1e8a8a;
--waterfall:#3cb4a0;
--tropical-tide:#5cd1b0;
--reef-green:#a3e0c6;
--soft-mint:#e7f9f2;
}