Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.waimea-blue {
color: #4b9edd;
}
.primal-blue {
color: #0080b3;
}
.felix {
color: #005d8f;
}
.dark-imperial-blue {
color: #003e6b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--waimea-blue:#4b9edd;
--primal-blue:#0080b3;
--felix:#005d8f;
--dark-imperial-blue:#003e6b;
}