Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.across-the-bay {
color: #b4e1e9;
}
.milky-way {
color: #e6f6f9;
}
.peaceful-night {
color: #d4e8e3;
}
.misty-surf {
color: #b4cac7;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--across-the-bay:#b4e1e9;
--milky-way:#e6f6f9;
--peaceful-night:#d4e8e3;
--misty-surf:#b4cac7;
}