Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.mellow-rose {
color: #d9a9a1;
}
.ash-rose {
color: #b67f7c;
}
.perfectly-purple {
color: #6c4b7c;
}
.perfect-dark {
color: #3a2c90;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--mellow-rose:#d9a9a1;
--ash-rose:#b67f7c;
--perfectly-purple:#6c4b7c;
--perfect-dark:#3a2c90;
}