Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3c2a5b;
}
.jubilee {
color: #7b5b9f;
}
.violet-whimsy {
color: #b58cb3;
}
.pink-fit {
color: #f1a7b1;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3c2a5b;
--jubilee:#7b5b9f;
--violet-whimsy:#b58cb3;
--pink-fit:#f1a7b1;
--radiant-sun:#f3ca4f;
}