Color names in this palette
CSS code for this palette
/* CSS */
.ferry {
color: #3a3e45;
}
.evening-cityscape {
color: #4d545c;
}
.pompeii-ash {
color: #6d767e;
}
.porch-ceiling {
color: #a3b1b8;
}
.arctic-dawn {
color: #e3e6e8;
}
/* CSS Variables */
:root {
--ferry:#3a3e45;
--evening-cityscape:#4d545c;
--pompeii-ash:#6d767e;
--porch-ceiling:#a3b1b8;
--arctic-dawn:#e3e6e8;
}