Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1a1a3d;
}
.beaded-blue {
color: #4d4d8f;
}
.lily-of-the-nile {
color: #9090bb;
}
.welcoming-wasp {
color: #f0a800;
}
.etruscan-red {
color: #c92c3e;
}
/* CSS Variables */
:root {
--prune-plum:#1a1a3d;
--beaded-blue:#4d4d8f;
--lily-of-the-nile:#9090bb;
--welcoming-wasp:#f0a800;
--etruscan-red:#c92c3e;
}