Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db5ff;
}
.heisenberg-blue {
color: #70d7ff;
}
.ganon-blue {
color: #a3e0ff;
}
.water {
color: #d6f5ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db5ff;
--heisenberg-blue:#70d7ff;
--ganon-blue:#a3e0ff;
--water:#d6f5ff;
}