Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3c2a5b;
}
.cleopatra-s-gown {
color: #7c4b8b;
}
.bakelite-gold {
color: #d5995d;
}
.marigold-dust {
color: #f4cf3e;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3c2a5b;
--cleopatra-s-gown:#7c4b8b;
--bakelite-gold:#d5995d;
--marigold-dust:#f4cf3e;
--peach-butter:#fbaf3c;
}