Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-smoothie {
color: #d1a3b3;
}
.cherry-blossom {
color: #f6c1d5;
}
.light-favourite-lady {
color: #ebd1e1;
}
.lilac-haze {
color: #d7b7d6;
}
.mauve-memento {
color: #a76c8f;
}
/* CSS Variables */
:root {
--raspberry-smoothie:#d1a3b3;
--cherry-blossom:#f6c1d5;
--light-favourite-lady:#ebd1e1;
--lilac-haze:#d7b7d6;
--mauve-memento:#a76c8f;
}