Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-tuna {
color: #6c94c1;
}
.ashton-blue {
color: #4b7bb9;
}
.regal-destiny {
color: #2c4f8c;
}
.underwater-realm {
color: #2b2d69;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-tuna:#6c94c1;
--ashton-blue:#4b7bb9;
--regal-destiny:#2c4f8c;
--underwater-realm:#2b2d69;
}