Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3a2d5d;
}
.butterfly-bush {
color: #6a5b8b;
}
.violet-femmes {
color: #a06ea0;
}
.garden-party {
color: #e2a7b6;
}
.lily-legs {
color: #f1c6d5;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3a2d5d;
--butterfly-bush:#6a5b8b;
--violet-femmes:#a06ea0;
--garden-party:#e2a7b6;
--lily-legs:#f1c6d5;
}