Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b0e0;
}
.maldives {
color: #00c6e0;
}
.fake-jade {
color: #0de3c6;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--kahu-blue:#0092d6;
--blue-atoll:#00b0e0;
--maldives:#00c6e0;
--fake-jade:#0de3c6;
}