Color names in this palette
CSS code for this palette
/* CSS */
.spanish-blue {
color: #0071b8;
}
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b0e0;
}
.aztec-turquoise {
color: #00d2e6;
}
.first-timer-green {
color: #00e6de;
}
/* CSS Variables */
:root {
--spanish-blue:#0071b8;
--kahu-blue:#0092d6;
--blue-atoll:#00b0e0;
--aztec-turquoise:#00d2e6;
--first-timer-green:#00e6de;
}