Color names in this palette
CSS code for this palette
/* CSS */
.science-blue {
color: #0074c7;
}
.pervenche {
color: #0095e6;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00c7e6;
}
.blizzard-blue {
color: #a8e2eb;
}
/* CSS Variables */
:root {
--science-blue:#0074c7;
--pervenche:#0095e6;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00c7e6;
--blizzard-blue:#a8e2eb;
}