Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00cfe6;
}
.aztec-turquoise {
color: #00e0e0;
}
.cyan-sky {
color: #00b1b8;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--blue-atoll:#00b4e6;
--aztec-turquoise:#00cfe6;
--aztec-turquoise:#00e0e0;
--cyan-sky:#00b1b8;
}