Color names in this palette
CSS code for this palette
/* CSS */
.cherry-juice-red {
color: #6d2c4a;
}
.mulberry-mix {
color: #9b506e;
}
.little-bow-pink {
color: #d57c94;
}
.princess {
color: #f2a6b5;
}
.brittany-s-bow {
color: #f5d6e0;
}
/* CSS Variables */
:root {
--cherry-juice-red:#6d2c4a;
--mulberry-mix:#9b506e;
--little-bow-pink:#d57c94;
--princess:#f2a6b5;
--brittany-s-bow:#f5d6e0;
}