Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6d4d89;
}
.lush-lilac {
color: #a07dba;
}
.in-the-slip {
color: #e2c1d3;
}
.durango-dust {
color: #f9e49f;
}
.hot-coral {
color: #f45e4e;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6d4d89;
--lush-lilac:#a07dba;
--in-the-slip:#e2c1d3;
--durango-dust:#f9e49f;
--hot-coral:#f45e4e;
}