Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1f1a3d;
}
.beaded-blue {
color: #4a4e8c;
}
.venus-violet {
color: #7a6dba;
}
.mulberry-bush {
color: #a9709d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--prune-plum:#1f1a3d;
--beaded-blue:#4a4e8c;
--venus-violet:#7a6dba;
--mulberry-bush:#a9709d;
--creamy-sweet-corn:#f9c54e;
}