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