Color names in this palette
CSS code for this palette
/* CSS */
.directoire-blue {
color: #005cad;
}
.blue-bazaar {
color: #007db8;
}
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b4e6;
}
.picnic-day-sky {
color: #00c4f0;
}
/* CSS Variables */
:root {
--directoire-blue:#005cad;
--blue-bazaar:#007db8;
--kahu-blue:#0092d6;
--blue-atoll:#00b4e6;
--picnic-day-sky:#00c4f0;
}