Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.liberal-lilac {
color: #9b58b6;
}
.sugar-tree {
color: #a29a9a;
}
.kunzite {
color: #dab9c5;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--liberal-lilac:#9b58b6;
--sugar-tree:#a29a9a;
--kunzite:#dab9c5;
--sunshine-mellow:#f1c40e;
}