Color names in this palette
CSS code for this palette
/* CSS */
.provincial-blue {
color: #5d7a92;
}
.blank-stare {
color: #8b9eac;
}
.y-n-s-silver {
color: #b1c3c9;
}
.valley-of-tears {
color: #d2e0e4;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--provincial-blue:#5d7a92;
--blank-stare:#8b9eac;
--y-n-s-silver:#b1c3c9;
--valley-of-tears:#d2e0e4;
--distant-horizon:#f1f8f8;
}