Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a1d7e8;
}
.fine-blue {
color: #b5e1e3;
}
.milky-way {
color: #e4f6f6;
}
.pale-cerulean {
color: #9ec4e0;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--nevada-sky:#a1d7e8;
--fine-blue:#b5e1e3;
--milky-way:#e4f6f6;
--pale-cerulean:#9ec4e0;
--alice-blue:#f0f8ff;
}