Color names in this palette
CSS code for this palette
/* CSS */
.buccaneer-blue {
color: #05598a;
}
.turkish-tile {
color: #007c9e;
}
.bondi-blue {
color: #0095b3;
}
.iris-blue {
color: #00b4cc;
}
.blue-dacnis {
color: #4ae0e8;
}
/* CSS Variables */
:root {
--buccaneer-blue:#05598a;
--turkish-tile:#007c9e;
--bondi-blue:#0095b3;
--iris-blue:#00b4cc;
--blue-dacnis:#4ae0e8;
}