Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9fd4df;
}
.tropical-waters {
color: #007b80;
}
.petrol {
color: #00606b;
}
.midnight-green {
color: #004852;
}
.daintree {
color: #002a2e;
}
/* CSS Variables */
:root {
--ocean-cruise:#9fd4df;
--tropical-waters:#007b80;
--petrol:#00606b;
--midnight-green:#004852;
--daintree:#002a2e;
}