Color names in this palette
CSS code for this palette
/* CSS */
.buccaneer-blue {
color: #05598a;
}
.cairns {
color: #0b6999;
}
.butterfly-blue {
color: #1c99b5;
}
.aztec-sky {
color: #4bb7d8;
}
.ice-crystal-blue {
color: #a5e4e0;
}
/* CSS Variables */
:root {
--buccaneer-blue:#05598a;
--cairns:#0b6999;
--butterfly-blue:#1c99b5;
--aztec-sky:#4bb7d8;
--ice-crystal-blue:#a5e4e0;
}