Color names in this palette
CSS code for this palette
/* CSS */
.rosy-cheeks {
color: #d94a72;
}
.precious-pink {
color: #f4b3b3;
}
.pink-touch {
color: #f9e1d7;
}
.futaai-indigo {
color: #5e4e6e;
}
.mauve-memento {
color: #a66e94;
}
/* CSS Variables */
:root {
--rosy-cheeks:#d94a72;
--precious-pink:#f4b3b3;
--pink-touch:#f9e1d7;
--futaai-indigo:#5e4e6e;
--mauve-memento:#a66e94;
}