Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1a1a3d;
}
.tangent-periwinkle {
color: #4f4f7d;
}
.blue-intrigue {
color: #7f7f9f;
}
.wild-orchid-blue {
color: #b4b4d9;
}
.lavender-mist {
color: #e5e5ff;
}
/* CSS Variables */
:root {
--prune-plum:#1a1a3d;
--tangent-periwinkle:#4f4f7d;
--blue-intrigue:#7f7f9f;
--wild-orchid-blue:#b4b4d9;
--lavender-mist:#e5e5ff;
}