CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.island-paradise {
color: #8be0e5;
}
.squeaky {
color: #6dc0d5;
}
.maui-blue {
color: #4ca0b8;
}
.carol {
color: #2e8bad;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--island-paradise:#8be0e5;
--squeaky:#6dc0d5;
--maui-blue:#4ca0b8;
--carol:#2e8bad;
}