CSS code for this palette
/* CSS */
.haiti {
color: #2d2933;
}
.oath {
color: #4b4659;
}
.violet-haze {
color: #6a5d74;
}
.never-forget {
color: #a97087;
}
.lilac-haze {
color: #d7b7d3;
}
/* CSS Variables */
:root {
--haiti:#2d2933;
--oath:#4b4659;
--violet-haze:#6a5d74;
--never-forget:#a97087;
--lilac-haze:#d7b7d3;
}