Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3d2a5b;
}
.cabbage-blossom-violet {
color: #704d7a;
}
.usu-pink {
color: #a9799d;
}
.ballerina-tears {
color: #f1b7b1;
}
.paw-paw {
color: #f8d49b;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3d2a5b;
--cabbage-blossom-violet:#704d7a;
--usu-pink:#a9799d;
--ballerina-tears:#f1b7b1;
--paw-paw:#f8d49b;
}