Color names in this palette
CSS code for this palette
/* CSS */
.perle-noir {
color: #4e4e50;
}
.codex-grey {
color: #9b9b9d;
}
.centre-stage {
color: #c8c8cb;
}
.white-smoke {
color: #f6f6f4;
}
.lily-lavender {
color: #e7e7e9;
}
/* CSS Variables */
:root {
--perle-noir:#4e4e50;
--codex-grey:#9b9b9d;
--centre-stage:#c8c8cb;
--white-smoke:#f6f6f4;
--lily-lavender:#e7e7e9;
}