Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #3aaff8;
}
.blue-mana {
color: #6cc4f4;
}
.ganon-blue {
color: #a4e4f9;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#3aaff8;
--blue-mana:#6cc4f4;
--ganon-blue:#a4e4f9;
--pale-blue:#d1f7ff;
}