Color names in this palette
CSS code for this palette
/* CSS */
.latte-froth {
color: #f3f0e7;
}
.soft-lilac {
color: #e1d5de;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.flowering-raspberry {
color: #9c6d90;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
/* CSS Variables */
:root {
--latte-froth:#f3f0e7;
--soft-lilac:#e1d5de;
--la-vie-en-rose:#d4a5a5;
--flowering-raspberry:#9c6d90;
--cleopatra-s-gown:#7f4e8d;
}