Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-bay {
color: #5d9bd5;
}
.mosaic-blue {
color: #007e94;
}
.midnight-green {
color: #004852;
}
.daintree {
color: #002b2e;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-bay:#5d9bd5;
--mosaic-blue:#007e94;
--midnight-green:#004852;
--daintree:#002b2e;
}