Color names in this palette
CSS code for this palette
/* CSS */
.paparazzi {
color: #5a4c67;
}
.viola-grey {
color: #8c699b;
}
.lilac-lace {
color: #c3a2d2;
}
.lamplit {
color: #e3b063;
}
.stirland-battlemire {
color: #b35b29;
}
/* CSS Variables */
:root {
--paparazzi:#5a4c67;
--viola-grey:#8c699b;
--lilac-lace:#c3a2d2;
--lamplit:#e3b063;
--stirland-battlemire:#b35b29;
}