Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.blue-atoll {
color: #00b4e0;
}
.aztec-turquoise {
color: #00d2e6;
}
.mint-morning {
color: #00e6c7;
}
.malted-mint-madness {
color: #10e5b3;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--blue-atoll:#00b4e0;
--aztec-turquoise:#00d2e6;
--mint-morning:#00e6c7;
--malted-mint-madness:#10e5b3;
}