Color names in this palette
CSS code for this palette
/* CSS */
.enhance {
color: #d5a5bd;
}
.dreamy-memory {
color: #e8c5d8;
}
.be-mine {
color: #f3e2e7;
}
.shrimp-toast {
color: #f7c2a1;
}
.rosy-outlook {
color: #f6aba2;
}
/* CSS Variables */
:root {
--enhance:#d5a5bd;
--dreamy-memory:#e8c5d8;
--be-mine:#f3e2e7;
--shrimp-toast:#f7c2a1;
--rosy-outlook:#f6aba2;
}