Color names in this palette
CSS code for this palette
/* CSS */
.shiner {
color: #7c3eb1;
}
.liberal-lilac {
color: #9e5ab5;
}
.pale-purple {
color: #b78ccf;
}
.egyptian-gold {
color: #f2a650;
}
.phellodendron-amurense {
color: #f1c237;
}
/* CSS Variables */
:root {
--shiner:#7c3eb1;
--liberal-lilac:#9e5ab5;
--pale-purple:#b78ccf;
--egyptian-gold:#f2a650;
--phellodendron-amurense:#f1c237;
}