Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.deluxe-days {
color: #8bc7e5;
}
.shimmering-brook {
color: #68b2d4;
}
.brig {
color: #4a9ebf;
}
.ahoy-blue {
color: #0083a3;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--deluxe-days:#8bc7e5;
--shimmering-brook:#68b2d4;
--brig:#4a9ebf;
--ahoy-blue:#0083a3;
}