Color names in this palette
CSS code for this palette
/* CSS */
.blue-sash {
color: #4a4d59;
}
.mountain-haze {
color: #6a6e7c;
}
.ozone {
color: #8c93a1;
}
.pageant-song {
color: #b3c1d0;
}
.so-blue-berry {
color: #d3d7e3;
}
/* CSS Variables */
:root {
--blue-sash:#4a4d59;
--mountain-haze:#6a6e7c;
--ozone:#8c93a1;
--pageant-song:#b3c1d0;
--so-blue-berry:#d3d7e3;
}