Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b0e0;
}
.maldives {
color: #00c6e0;
}
.bright-turquoise {
color: #00e6e2;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--kahu-blue:#0092d6;
--blue-atoll:#00b0e0;
--maldives:#00c6e0;
--bright-turquoise:#00e6e2;
}