Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3db5ff;
}
.heisenberg-blue {
color: #6bd5ff;
}
.fresh-air {
color: #a8e8ff;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3db5ff;
--heisenberg-blue:#6bd5ff;
--fresh-air:#a8e8ff;
--alice-blue:#f0f9ff;
}