Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c3b6;
}
.exotic-violet {
color: #e2a1d4;
}
.wisteria {
color: #a27dcf;
}
.moonshade {
color: #5e6da1;
}
.tory-blue {
color: #3b4f8c;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c3b6;
--exotic-violet:#e2a1d4;
--wisteria:#a27dcf;
--moonshade:#5e6da1;
--tory-blue:#3b4f8c;
}