Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #19193e;
}
.intense-purple {
color: #4a4a6d;
}
.benimidori-purple {
color: #79799a;
}
.wild-orchid-blue {
color: #b4b4d9;
}
.foundation-white {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--prune-plum:#19193e;
--intense-purple:#4a4a6d;
--benimidori-purple:#79799a;
--wild-orchid-blue:#b4b4d9;
--foundation-white:#f0f0ff;
}