Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.wisteria {
color: #a77dba;
}
.barely-bloomed {
color: #d6a9e0;
}
.laelia-pink {
color: #f5c7e0;
}
.stucco-wall {
color: #f3b29b;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--wisteria:#a77dba;
--barely-bloomed:#d6a9e0;
--laelia-pink:#f5c7e0;
--stucco-wall:#f3b29b;
}