Color names in this palette
CSS code for this palette
/* CSS */
.electric-lemonade {
color: #5ed3e8;
}
.aztec-sky {
color: #4ab7d9;
}
.blue-raspberry-seed {
color: #3da0c7;
}
.sports-blue {
color: #3198b4;
}
.scooter {
color: #2a8ca2;
}
/* CSS Variables */
:root {
--electric-lemonade:#5ed3e8;
--aztec-sky:#4ab7d9;
--blue-raspberry-seed:#3da0c7;
--sports-blue:#3198b4;
--scooter:#2a8ca2;
}