Color names in this palette
CSS code for this palette
/* CSS */
.wizard-blue {
color: #0076d1;
}
.pervenche {
color: #0095e6;
}
.blue-atoll {
color: #00b0e0;
}
.candid-blue {
color: #66c8e5;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
/* CSS Variables */
:root {
--wizard-blue:#0076d1;
--pervenche:#0095e6;
--blue-atoll:#00b0e0;
--candid-blue:#66c8e5;
--atmospheric-soft-blue:#a8e2f0;
}