Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3dbbff;
}
.ionized-air-glow {
color: #5cd6ff;
}
.silverpine-cyan {
color: #8ae8ff;
}
.northrend {
color: #b3f4ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3dbbff;
--ionized-air-glow:#5cd6ff;
--silverpine-cyan:#8ae8ff;
--northrend:#b3f4ff;
}