Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.tomb-blue {
color: #0099cc;
}
.blue-atoll {
color: #00b4e6;
}
.picnic-day-sky {
color: #00d4f0;
}
.cold-light-of-day {
color: #00e9f5;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--tomb-blue:#0099cc;
--blue-atoll:#00b4e6;
--picnic-day-sky:#00d4f0;
--cold-light-of-day:#00e9f5;
}