CSS code for this palette
/* CSS */
.bateau {
color: #1d6d95;
}
.maui-blue {
color: #509db4;
}
.wavelet {
color: #7bc2d1;
}
.cream-can {
color: #f1c350;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--bateau:#1d6d95;
--maui-blue:#509db4;
--wavelet:#7bc2d1;
--cream-can:#f1c350;
--vampire-red:#d63f2e;
}