Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3a2a60;
}
.bright-eggplant {
color: #5c4d89;
}
.blue-dove {
color: #7c7a9f;
}
.template {
color: #a7c7e6;
}
.shrimp-toast {
color: #f8c3a0;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3a2a60;
--bright-eggplant:#5c4d89;
--blue-dove:#7c7a9f;
--template:#a7c7e6;
--shrimp-toast:#f8c3a0;
}