Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.regale-blue {
color: #7ab8d6;
}
.mountain-bluebird {
color: #4c9ac8;
}
.bateau {
color: #1f6e98;
}
.tanzanite-blue {
color: #0e4a6c;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--regale-blue:#7ab8d6;
--mountain-bluebird:#4c9ac8;
--bateau:#1f6e98;
--tanzanite-blue:#0e4a6c;
}