Color names in this palette
CSS code for this palette
/* CSS */
.muted-berry {
color: #8c788c;
}
.paternoster {
color: #c7c7c7;
}
.raven-black {
color: #3d3d3d;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.vintage-violet {
color: #634f63;
}
/* CSS Variables */
:root {
--muted-berry:#8c788c;
--paternoster:#c7c7c7;
--raven-black:#3d3d3d;
--artificial-intelligence-grey:#a1a1a1;
--vintage-violet:#634f63;
}