Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-bay {
color: #5d9bd5;
}
.by-the-bayou {
color: #007c8f;
}
.midnight-green {
color: #004c52;
}
.daintree {
color: #00282e;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-bay:#5d9bd5;
--by-the-bayou:#007c8f;
--midnight-green:#004c52;
--daintree:#00282e;
}