Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.xavier-blue {
color: #69b4e2;
}
.waimea-blue {
color: #4a9dd9;
}
.bleu-de-france {
color: #2e8ddc;
}
.skylla {
color: #1a7cc1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--xavier-blue:#69b4e2;
--waimea-blue:#4a9dd9;
--bleu-de-france:#2e8ddc;
--skylla:#1a7cc1;
}