Color names in this palette
CSS code for this palette
/* CSS */
.azure {
color: #007fff;
}
.vanadyl-blue {
color: #00a1e6;
}
.blue-atoll {
color: #00b4e0;
}
.picnic-day-sky {
color: #00cbe6;
}
.aztec-turquoise {
color: #00d9e0;
}
/* CSS Variables */
:root {
--azure:#007fff;
--vanadyl-blue:#00a1e6;
--blue-atoll:#00b4e0;
--picnic-day-sky:#00cbe6;
--aztec-turquoise:#00d9e0;
}