Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a5d8e9;
}
.broom-butterfly-blue {
color: #6eb5d8;
}
.dayflower {
color: #3b99d8;
}
.bateau {
color: #1f6e98;
}
.seashell-cove {
color: #0d4d77;
}
/* CSS Variables */
:root {
--blue-click:#a5d8e9;
--broom-butterfly-blue:#6eb5d8;
--dayflower:#3b99d8;
--bateau:#1f6e98;
--seashell-cove:#0d4d77;
}