Color names in this palette
CSS code for this palette
/* CSS */
.navy-blazer {
color: #292c3d;
}
.shot-over {
color: #4b5e68;
}
.harrow-s-gate {
color: #7a8d90;
}
.misty-surf {
color: #b6c8c8;
}
.child-of-light {
color: #f2f6f8;
}
/* CSS Variables */
:root {
--navy-blazer:#292c3d;
--shot-over:#4b5e68;
--harrow-s-gate:#7a8d90;
--misty-surf:#b6c8c8;
--child-of-light:#f2f6f8;
}