Color names in this palette
CSS code for this palette
/* CSS */
.black-pearl {
color: #1d2c2f;
}
.pond-newt {
color: #496969;
}
.salt-blue {
color: #7b9d9d;
}
.glacier-blue {
color: #a8c2c2;
}
.almond-roca {
color: #f0e7e0;
}
/* CSS Variables */
:root {
--black-pearl:#1d2c2f;
--pond-newt:#496969;
--salt-blue:#7b9d9d;
--glacier-blue:#a8c2c2;
--almond-roca:#f0e7e0;
}