CSS code for this palette
/* CSS */
.noble-black {
color: #1e2024;
}
.abbey {
color: #4c4f57;
}
.passion-fruit {
color: #8e7b93;
}
.geranium-bud {
color: #d1a3c5;
}
.ibis {
color: #f2b5c3;
}
/* CSS Variables */
:root {
--noble-black:#1e2024;
--abbey:#4c4f57;
--passion-fruit:#8e7b93;
--geranium-bud:#d1a3c5;
--ibis:#f2b5c3;
}