Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.squeaky {
color: #6bcadb;
}
.sailfish {
color: #2e9bbd;
}
.hanaasagi-blue {
color: #1c697d;
}
.iron-teal {
color: #0d4c54;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--squeaky:#6bcadb;
--sailfish:#2e9bbd;
--hanaasagi-blue:#1c697d;
--iron-teal:#0d4c54;
}