Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.hope {
color: #e47c9b;
}
.viva-magenta {
color: #a34d8c;
}
.daisy-bush {
color: #5c3f8d;
}
.her-highness {
color: #3c2b6e;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--hope:#e47c9b;
--viva-magenta:#a34d8c;
--daisy-bush:#5c3f8d;
--her-highness:#3c2b6e;
}