Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1a1a3d;
}
.skipper-blue {
color: #4e4e79;
}
.blue-dove {
color: #7979a0;
}
.opulent-violet {
color: #a0a0c5;
}
.imagination {
color: #e0e0f0;
}
/* CSS Variables */
:root {
--prune-plum:#1a1a3d;
--skipper-blue:#4e4e79;
--blue-dove:#7979a0;
--opulent-violet:#a0a0c5;
--imagination:#e0e0f0;
}