Color names in this palette
CSS code for this palette
/* CSS */
.milky-way {
color: #e7f4f9;
}
.ganon-blue {
color: #a1dff7;
}
.nancy {
color: #5cb8e6;
}
.christmas-blue {
color: #2f8bc1;
}
.chill-of-the-night {
color: #1f6d8e;
}
/* CSS Variables */
:root {
--milky-way:#e7f4f9;
--ganon-blue:#a1dff7;
--nancy:#5cb8e6;
--christmas-blue:#2f8bc1;
--chill-of-the-night:#1f6d8e;
}