Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.picnic-day-sky {
color: #00d4f0;
}
.ganon-blue {
color: #9fe4f9;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--picnic-day-sky:#00d4f0;
--ganon-blue:#9fe4f9;
}