Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3b8c;
}
.fuchsia-blue {
color: #7b5dbb;
}
.matt-purple {
color: #9e75e1;
}
.wondrous-wisteria {
color: #a6aff2;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--blue-gem:#4b3b8c;
--fuchsia-blue:#7b5dbb;
--matt-purple:#9e75e1;
--wondrous-wisteria:#a6aff2;
--sunshine-mellow:#f1c40e;
}