Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7e5b9f;
}
.design-delight {
color: #a67aae;
}
.sinking-sand {
color: #d8b779;
}
.pimento {
color: #d8604b;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7e5b9f;
--design-delight:#a67aae;
--sinking-sand:#d8b779;
--pimento:#d8604b;
}