Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.jubilee {
color: #7c5b9f;
}
.bell-heather {
color: #a67ab3;
}
.trinket {
color: #d99a36;
}
.stormy-passion {
color: #c46868;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--jubilee:#7c5b9f;
--bell-heather:#a67ab3;
--trinket:#d99a36;
--stormy-passion:#c46868;
}