Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3a2c5e;
}
.grapes-of-italy {
color: #6b4c8a;
}
.thimble-red {
color: #a15e8d;
}
.trump-tan {
color: #f9a76c;
}
.yellow-bird {
color: #f2cf7d;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3a2c5e;
--grapes-of-italy:#6b4c8a;
--thimble-red:#a15e8d;
--trump-tan:#f9a76c;
--yellow-bird:#f2cf7d;
}