Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3a295b;
}
.plum-power {
color: #7c5b8b;
}
.veiled-violet {
color: #b59bb2;
}
.jaguar-rose {
color: #f0b2b3;
}
.yellow-tulip {
color: #f5d26b;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3a295b;
--plum-power:#7c5b8b;
--veiled-violet:#b59bb2;
--jaguar-rose:#f0b2b3;
--yellow-tulip:#f5d26b;
}