Color names in this palette
CSS code for this palette
/* CSS */
.marine-blue {
color: #003c66;
}
.port-au-prince {
color: #006c94;
}
.bondi-blue {
color: #0095b3;
}
.iris-blue {
color: #00b2d1;
}
.thousand-sons-blue {
color: #00dae6;
}
/* CSS Variables */
:root {
--marine-blue:#003c66;
--port-au-prince:#006c94;
--bondi-blue:#0095b3;
--iris-blue:#00b2d1;
--thousand-sons-blue:#00dae6;
}