Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095eb;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00cbe6;
}
.thousand-sons-blue {
color: #00e2e6;
}
.aqua-cyan {
color: #00f1f5;
}
/* CSS Variables */
:root {
--pervenche:#0095eb;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00cbe6;
--thousand-sons-blue:#00e2e6;
--aqua-cyan:#00f1f5;
}