Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c4;
}
.cherry-cordial {
color: #e8bfd3;
}
.dreamy-memory {
color: #e7c5d8;
}
.sugar-tooth {
color: #d68f9f;
}
.crushed-raspberry {
color: #b5697d;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c4;
--cherry-cordial:#e8bfd3;
--dreamy-memory:#e7c5d8;
--sugar-tooth:#d68f9f;
--crushed-raspberry:#b5697d;
}