Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-bay {
color: #5b9edc;
}
.cendre-blue {
color: #3b7da5;
}
.bay-site {
color: #2c5f8c;
}
.grape-blue {
color: #1f4b70;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-bay:#5b9edc;
--cendre-blue:#3b7da5;
--bay-site:#2c5f8c;
--grape-blue:#1f4b70;
}