Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d4e5f2;
}
.artesian-pool {
color: #a3c2e0;
}
.imrik-blue {
color: #6cafd5;
}
.magical-merlin {
color: #3d8cd1;
}
.bateau {
color: #1f6e98;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d4e5f2;
--artesian-pool:#a3c2e0;
--imrik-blue:#6cafd5;
--magical-merlin:#3d8cd1;
--bateau:#1f6e98;
}