Color names in this palette
CSS code for this palette
/* CSS */
.weathered-blue {
color: #d2e2f9;
}
.juzcar-blue {
color: #a3d4f5;
}
.sanctuary-spa {
color: #67b2e4;
}
.magical-merlin {
color: #3b8fd8;
}
.bateau {
color: #1f6e98;
}
/* CSS Variables */
:root {
--weathered-blue:#d2e2f9;
--juzcar-blue:#a3d4f5;
--sanctuary-spa:#67b2e4;
--magical-merlin:#3b8fd8;
--bateau:#1f6e98;
}