Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.harbour-light {
color: #d8e1e8;
}
.ocean-kiss {
color: #a3c1c7;
}
.cadet-blue {
color: #609d9f;
}
.atlantic-deep {
color: #2c4c54;
}
/* CSS Variables */
:root {
--white:#ffffff;
--harbour-light:#d8e1e8;
--ocean-kiss:#a3c1c7;
--cadet-blue:#609d9f;
--atlantic-deep:#2c4c54;
}