Color names in this palette
CSS code for this palette
/* CSS */
.valentino-nero {
color: #3b2b38;
}
.blackcurrant-elixir {
color: #5f4e6a;
}
.chinese-violet {
color: #8e6a90;
}
.pastel-lilac {
color: #c0b1d2;
}
.touching-white {
color: #f4e0d7;
}
/* CSS Variables */
:root {
--valentino-nero:#3b2b38;
--blackcurrant-elixir:#5f4e6a;
--chinese-violet:#8e6a90;
--pastel-lilac:#c0b1d2;
--touching-white:#f4e0d7;
}