Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.kahu-blue {
color: #0092d1;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00c7e6;
}
.thousand-sons-blue {
color: #00dae6;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--kahu-blue:#0092d1;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00c7e6;
--thousand-sons-blue:#00dae6;
}