Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.sanctuary-spa {
color: #69b5e8;
}
.magic-blue {
color: #398ca7;
}
.tropical-waters {
color: #007b80;
}
.petrol {
color: #005f6b;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--sanctuary-spa:#69b5e8;
--magic-blue:#398ca7;
--tropical-waters:#007b80;
--petrol:#005f6b;
}