Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #3db1f0;
}
.blue-mana {
color: #6ac5f6;
}
.blizzard-blue {
color: #a3e1f0;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#3db1f0;
--blue-mana:#6ac5f6;
--blizzard-blue:#a3e1f0;
--pale-blue:#d1f7ff;
}