Color names in this palette
CSS code for this palette
/* CSS */
.sixties-blue {
color: #0079a8;
}
.vanadyl-blue {
color: #00a5e0;
}
.electric-lemonade {
color: #5ed1e8;
}
.blizzard-blue {
color: #a1e6f2;
}
.yellow-chalk {
color: #f2fbb1;
}
/* CSS Variables */
:root {
--sixties-blue:#0079a8;
--vanadyl-blue:#00a5e0;
--electric-lemonade:#5ed1e8;
--blizzard-blue:#a1e6f2;
--yellow-chalk:#f2fbb1;
}