Color names in this palette
CSS code for this palette
/* CSS */
.deep-wisteria {
color: #4b3e75;
}
.butterfly-bush {
color: #6b5a90;
}
.briar-rose {
color: #c06d84;
}
.momo-peach {
color: #f67481;
}
.apricot-wash {
color: #f9a37b;
}
/* CSS Variables */
:root {
--deep-wisteria:#4b3e75;
--butterfly-bush:#6b5a90;
--briar-rose:#c06d84;
--momo-peach:#f67481;
--apricot-wash:#f9a37b;
}