Color names in this palette
CSS code for this palette
/* CSS */
.san-marino {
color: #496d9c;
}
.greyish-blue {
color: #60829a;
}
.pond-blue {
color: #89b8c8;
}
.tear {
color: #b3d7e0;
}
.shattered-porcelain {
color: #efe1e1;
}
/* CSS Variables */
:root {
--san-marino:#496d9c;
--greyish-blue:#60829a;
--pond-blue:#89b8c8;
--tear:#b3d7e0;
--shattered-porcelain:#efe1e1;
}