CSS code for this palette
/* CSS */
.liberty-grey {
color: #b2c1c7;
}
.abyss {
color: #8f9c9e;
}
.pompeii-ash {
color: #6b757b;
}
.bovine {
color: #50595e;
}
.blue-plaza {
color: #2f393d;
}
/* CSS Variables */
:root {
--liberty-grey:#b2c1c7;
--abyss:#8f9c9e;
--pompeii-ash:#6b757b;
--bovine:#50595e;
--blue-plaza:#2f393d;
}