Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.sea-capture {
color: #5abfe7;
}
.sea-sight {
color: #007a99;
}
.green-spool {
color: #006275;
}
.daintree {
color: #00282e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--sea-capture:#5abfe7;
--sea-sight:#007a99;
--green-spool:#006275;
--daintree:#00282e;
}