Color names in this palette
CSS code for this palette
/* CSS */
.pompeii-ash {
color: #6d767e;
}
.chrome-aluminum {
color: #a6a8ab;
}
.bright-grey {
color: #eaedf0;
}
.barely-pink {
color: #f8d8db;
}
.old-fashioned-pink {
color: #f5c7cb;
}
/* CSS Variables */
:root {
--pompeii-ash:#6d767e;
--chrome-aluminum:#a6a8ab;
--bright-grey:#eaedf0;
--barely-pink:#f8d8db;
--old-fashioned-pink:#f5c7cb;
}