Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.spritzig {
color: #78c6e8;
}
.blue-martini {
color: #54b4d4;
}
.blue-raspberry-seed {
color: #3da0c7;
}
.christmas-blue {
color: #2a8ab7;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--spritzig:#78c6e8;
--blue-martini:#54b4d4;
--blue-raspberry-seed:#3da0c7;
--christmas-blue:#2a8ab7;
}