Color names in this palette
CSS code for this palette
/* CSS */
.jakarta-skyline {
color: #3a2d5d;
}
.grapes-of-italy {
color: #6f4c90;
}
.lush-lilac {
color: #a07dba;
}
.gobi-sand {
color: #d6aa71;
}
.painted-poppy {
color: #c84c3c;
}
/* CSS Variables */
:root {
--jakarta-skyline:#3a2d5d;
--grapes-of-italy:#6f4c90;
--lush-lilac:#a07dba;
--gobi-sand:#d6aa71;
--painted-poppy:#c84c3c;
}