Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-bay {
color: #5d9bd5;
}
.curious-blue {
color: #3e7fbb;
}
.endeavour {
color: #2c5a8c;
}
.sir-edmund {
color: #1c3e5e;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-bay:#5d9bd5;
--curious-blue:#3e7fbb;
--endeavour:#2c5a8c;
--sir-edmund:#1c3e5e;
}