Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6b4b8b;
}
.heath-spotted-orchid {
color: #9a5b99;
}
.rambling-rose {
color: #d68a9a;
}
.rainbow {
color: #f4bebe;
}
.indian-clay {
color: #f3d0bf;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6b4b8b;
--heath-spotted-orchid:#9a5b99;
--rambling-rose:#d68a9a;
--rainbow:#f4bebe;
--indian-clay:#f3d0bf;
}