Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db5ff;
}
.blue-mana {
color: #61c0ff;
}
.platonic-blue {
color: #85ceff;
}
.frozen-landscape {
color: #b3e0ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db5ff;
--blue-mana:#61c0ff;
--platonic-blue:#85ceff;
--frozen-landscape:#b3e0ff;
}