Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3b2c5e;
}
.dramatist {
color: #4d3f78;
}
.just-a-fairytale {
color: #6c5b9a;
}
.iridescent-purple {
color: #9b7dcf;
}
.light-elusive-dream {
color: #d7ccd2;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3b2c5e;
--dramatist:#4d3f78;
--just-a-fairytale:#6c5b9a;
--iridescent-purple:#9b7dcf;
--light-elusive-dream:#d7ccd2;
}