Color names in this palette
CSS code for this palette
/* CSS */
.cherry-juice-red {
color: #6d2c3f;
}
.topinambur-root {
color: #a45b73;
}
.can-can {
color: #d08b9b;
}
.in-the-pink {
color: #f1c6d0;
}
.jaguar-rose {
color: #f1b1b8;
}
/* CSS Variables */
:root {
--cherry-juice-red:#6d2c3f;
--topinambur-root:#a45b73;
--can-can:#d08b9b;
--in-the-pink:#f1c6d0;
--jaguar-rose:#f1b1b8;
}