Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db5ff;
}
.ionized-air-glow {
color: #5cd6ff;
}
.terrace-pool {
color: #a3d7e0;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db5ff;
--ionized-air-glow:#5cd6ff;
--terrace-pool:#a3d7e0;
--alice-blue:#f0f8ff;
}