Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3e2a5a;
}
.bright-eggplant {
color: #594b8b;
}
.tempest {
color: #7a8099;
}
.novel-lilac {
color: #c1a2c3;
}
.athena-pink {
color: #e8b0c4;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3e2a5a;
--bright-eggplant:#594b8b;
--tempest:#7a8099;
--novel-lilac:#c1a2c3;
--athena-pink:#e8b0c4;
}