Color names in this palette
CSS code for this palette
/* CSS */
.defenestration {
color: #c4d6e3;
}
.frozen-blue {
color: #a6c4d9;
}
.polar-ice {
color: #6fa7d8;
}
.atlantic-gull {
color: #4a8cb5;
}
.celestial-blue {
color: #2d4c6c;
}
/* CSS Variables */
:root {
--defenestration:#c4d6e3;
--frozen-blue:#a6c4d9;
--polar-ice:#6fa7d8;
--atlantic-gull:#4a8cb5;
--celestial-blue:#2d4c6c;
}