Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4c3c90;
}
.pure-mauve {
color: #6a4c94;
}
.royal-pretender {
color: #9a5fab;
}
.bussell-lace {
color: #e7a5a2;
}
.phellodendron-amurense {
color: #f3c539;
}
/* CSS Variables */
:root {
--blue-gem:#4c3c90;
--pure-mauve:#6a4c94;
--royal-pretender:#9a5fab;
--bussell-lace:#e7a5a2;
--phellodendron-amurense:#f3c539;
}