Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1c1924;
}
.professor-plum {
color: #393644;
}
.blackcurrant-elixir {
color: #5b4f69;
}
.wild-lavender {
color: #a27c9e;
}
.misty-memories {
color: #e7c5d3;
}
/* CSS Variables */
:root {
--coarse-wool:#1c1924;
--professor-plum:#393644;
--blackcurrant-elixir:#5b4f69;
--wild-lavender:#a27c9e;
--misty-memories:#e7c5d3;
}