Color names in this palette
CSS code for this palette
/* CSS */
.oxford {
color: #b1bac3;
}
.blue-pot {
color: #a2b0c3;
}
.bayshore-blue {
color: #8da6b9;
}
.cossack-dancer {
color: #498ca2;
}
.thousand-herb {
color: #2f7889;
}
/* CSS Variables */
:root {
--oxford:#b1bac3;
--blue-pot:#a2b0c3;
--bayshore-blue:#8da6b9;
--cossack-dancer:#498ca2;
--thousand-herb:#2f7889;
}