Color names in this palette
CSS code for this palette
/* CSS */
.buccaneer-blue {
color: #005a8f;
}
.mosaic-blue {
color: #007d99;
}
.verditer {
color: #00b3a7;
}
.pristine-oceanic {
color: #00d6c1;
}
.icery {
color: #a0f8e0;
}
/* CSS Variables */
:root {
--buccaneer-blue:#005a8f;
--mosaic-blue:#007d99;
--verditer:#00b3a7;
--pristine-oceanic:#00d6c1;
--icery:#a0f8e0;
}