Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b4e6;
}
.candid-blue {
color: #67c1e0;
}
.blizzard-blue {
color: #a3e1f0;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--atmosphere:#0096db;
--blue-atoll:#00b4e6;
--candid-blue:#67c1e0;
--blizzard-blue:#a3e1f0;
}