Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db5ff;
}
.ionized-air-glow {
color: #5cd6ff;
}
.tranquil-pool {
color: #80e1ff;
}
.ice-effect {
color: #b3ebff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db5ff;
--ionized-air-glow:#5cd6ff;
--tranquil-pool:#80e1ff;
--ice-effect:#b3ebff;
}