Color names in this palette
CSS code for this palette
/* CSS */
.haiti {
color: #2f2b36;
}
.odyssey-grey {
color: #4b4b5d;
}
.blue-intrigue {
color: #807c9c;
}
.opulent-violet {
color: #a3a1c4;
}
.light-pax {
color: #d3d1e6;
}
/* CSS Variables */
:root {
--haiti:#2f2b36;
--odyssey-grey:#4b4b5d;
--blue-intrigue:#807c9c;
--opulent-violet:#a3a1c4;
--light-pax:#d3d1e6;
}