Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9ed6e0;
}
.tropez-blue {
color: #73b7c4;
}
.latigo-bay {
color: #3c9c9f;
}
.zirconia-teal {
color: #2b7c7d;
}
.moonlit-pool {
color: #1d5d5d;
}
/* CSS Variables */
:root {
--ocean-cruise:#9ed6e0;
--tropez-blue:#73b7c4;
--latigo-bay:#3c9c9f;
--zirconia-teal:#2b7c7d;
--moonlit-pool:#1d5d5d;
}