Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.democrat {
color: #00b0f0;
}
.caribbean-blue {
color: #1cc2d4;
}
.fresh-turquoise {
color: #3bd6d8;
}
.ice-crystal-blue {
color: #a7e7df;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--democrat:#00b0f0;
--caribbean-blue:#1cc2d4;
--fresh-turquoise:#3bd6d8;
--ice-crystal-blue:#a7e7df;
}