Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00d9e0;
}
.aqua-zing {
color: #7be0d4;
}
.oasis-stream {
color: #a2f1e3;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--blue-atoll:#00b4e6;
--aztec-turquoise:#00d9e0;
--aqua-zing:#7be0d4;
--oasis-stream:#a2f1e3;
}