Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d4b1e2;
}
.wisteria {
color: #a57cbb;
}
.ninja-princess {
color: #72508b;
}
.jakarta-skyline {
color: #3d2a5b;
}
.elderberry {
color: #2a1b4b;
}
/* CSS Variables */
:root {
--pretty-petunia:#d4b1e2;
--wisteria:#a57cbb;
--ninja-princess:#72508b;
--jakarta-skyline:#3d2a5b;
--elderberry:#2a1b4b;
}