CSS code for this palette
/* CSS */
.iris-blue {
color: #00b3c7;
}
.mosaic-blue {
color: #007e94;
}
.petrol {
color: #00606b;
}
.loyal-blue {
color: #00495c;
}
.daintree {
color: #002a33;
}
/* CSS Variables */
:root {
--iris-blue:#00b3c7;
--mosaic-blue:#007e94;
--petrol:#00606b;
--loyal-blue:#00495c;
--daintree:#002a33;
}