Color names in this palette
CSS code for this palette
/* CSS */
.purple-void {
color: #3e1f47;
}
.pure-mauve {
color: #6a4c94;
}
.lush-lilac {
color: #a17dba;
}
.roseberry {
color: #f3a4a0;
}
.double-cream {
color: #f2d8a1;
}
/* CSS Variables */
:root {
--purple-void:#3e1f47;
--pure-mauve:#6a4c94;
--lush-lilac:#a17dba;
--roseberry:#f3a4a0;
--double-cream:#f2d8a1;
}