Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a5c8e9;
}
.pacific-harbour {
color: #78b5d9;
}
.blue-grotto {
color: #51a4c8;
}
.christmas-blue {
color: #2c8dba;
}
.bateau {
color: #1b7898;
}
/* CSS Variables */
:root {
--island-light:#a5c8e9;
--pacific-harbour:#78b5d9;
--blue-grotto:#51a4c8;
--christmas-blue:#2c8dba;
--bateau:#1b7898;
}