Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.blue-mana {
color: #5dbeef;
}
.afternoon-sky {
color: #89cfeb;
}
.icy-landscape {
color: #c0e8f7;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--blue-mana:#5dbeef;
--afternoon-sky:#89cfeb;
--icy-landscape:#c0e8f7;
--alice-blue:#f0f9ff;
}