Color names in this palette
CSS code for this palette
/* CSS */
.directoire-blue {
color: #005fad;
}
.kahu-blue {
color: #0092d1;
}
.blue-atoll {
color: #00b0e0;
}
.aztec-turquoise {
color: #00d6e6;
}
.fish-boy {
color: #19e6e2;
}
/* CSS Variables */
:root {
--directoire-blue:#005fad;
--kahu-blue:#0092d1;
--blue-atoll:#00b0e0;
--aztec-turquoise:#00d6e6;
--fish-boy:#19e6e2;
}