Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1b6e98;
}
.blue-iguana {
color: #519cc8;
}
.horizon-haze {
color: #81c3e9;
}
.arctic-paradise {
color: #b6e3f7;
}
.clear-skies {
color: #e5f8ff;
}
/* CSS Variables */
:root {
--bateau:#1b6e98;
--blue-iguana:#519cc8;
--horizon-haze:#81c3e9;
--arctic-paradise:#b6e3f7;
--clear-skies:#e5f8ff;
}