Color names in this palette
CSS code for this palette
/* CSS */
.wisteria {
color: #a77ccb;
}
.pretty-petunia {
color: #d7b7e1;
}
.old-fashioned-pink {
color: #f5c7ce;
}
.optimistic-yellow {
color: #f7e0a6;
}
.chat-orange {
color: #f99f3e;
}
/* CSS Variables */
:root {
--wisteria:#a77ccb;
--pretty-petunia:#d7b7e1;
--old-fashioned-pink:#f5c7ce;
--optimistic-yellow:#f7e0a6;
--chat-orange:#f99f3e;
}