Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.cyanite {
color: #00b4f0;
}
.shovel-knight {
color: #2cc4f6;
}
.electric-lemonade {
color: #56e3f0;
}
.fresh-air {
color: #a3eaff;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--cyanite:#00b4f0;
--shovel-knight:#2cc4f6;
--electric-lemonade:#56e3f0;
--fresh-air:#a3eaff;
}