Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3b2b5a;
}
.bright-eggplant {
color: #5c4b8b;
}
.second-pour {
color: #807ba3;
}
.evening-slipper {
color: #a99bbf;
}
.geranium-bud {
color: #d2a3c4;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3b2b5a;
--bright-eggplant:#5c4b8b;
--second-pour:#807ba3;
--evening-slipper:#a99bbf;
--geranium-bud:#d2a3c4;
}