Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.blue-atoll {
color: #00b4e6;
}
.aztec-turquoise {
color: #00d9e0;
}
.frozen-boubble {
color: #00f0e0;
}
.icery {
color: #a0f3e4;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--blue-atoll:#00b4e6;
--aztec-turquoise:#00d9e0;
--frozen-boubble:#00f0e0;
--icery:#a0f3e4;
}