Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.blue-atoll {
color: #00b0e0;
}
.aztec-turquoise {
color: #00d5e0;
}
.bright-turquoise {
color: #00e5e6;
}
.arctic-water {
color: #00fff7;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--blue-atoll:#00b0e0;
--aztec-turquoise:#00d5e0;
--bright-turquoise:#00e5e6;
--arctic-water:#00fff7;
}