Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3e2a5a;
}
.cleopatra-s-gown {
color: #7b4b8b;
}
.creeping-bellflower {
color: #b37fc7;
}
.tickled-pink {
color: #f2a6c1;
}
.first-crush {
color: #f7e3e8;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3e2a5a;
--cleopatra-s-gown:#7b4b8b;
--creeping-bellflower:#b37fc7;
--tickled-pink:#f2a6c1;
--first-crush:#f7e3e8;
}