Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.spritzig {
color: #7ac5e6;
}
.disembark {
color: #5bafdc;
}
.dayflower {
color: #3b99d8;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--spritzig:#7ac5e6;
--disembark:#5bafdc;
--dayflower:#3b99d8;
--turkish-tile:#007c9e;
}