Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3d5a99;
}
.nightly-blade {
color: #5b7e9a;
}
.sea-nymph {
color: #8bb1a5;
}
.sea-haze-grey {
color: #c9d9d5;
}
.chef-s-hat {
color: #f3f5f7;
}
/* CSS Variables */
:root {
--muted-lavender:#3d5a99;
--nightly-blade:#5b7e9a;
--sea-nymph:#8bb1a5;
--sea-haze-grey:#c9d9d5;
--chef-s-hat:#f3f5f7;
}