Color names in this palette
CSS code for this palette
/* CSS */
.royal-navy-blue {
color: #0066cc;
}
.kahu-blue {
color: #0092db;
}
.blue-atoll {
color: #00b0e0;
}
.maldives {
color: #00c6e0;
}
.aztec-turquoise {
color: #00d6e6;
}
/* CSS Variables */
:root {
--royal-navy-blue:#0066cc;
--kahu-blue:#0092db;
--blue-atoll:#00b0e0;
--maldives:#00c6e0;
--aztec-turquoise:#00d6e6;
}