Color names in this palette
CSS code for this palette
/* CSS */
.sawdust {
color: #f7e8cf;
}
.satin-pink {
color: #fadedb;
}
.la-vie-en-rose {
color: #d4a6a5;
}
.ivory {
color: #fffff0;
}
.chopped-dill {
color: #b4c3a2;
}
/* CSS Variables */
:root {
--sawdust:#f7e8cf;
--satin-pink:#fadedb;
--la-vie-en-rose:#d4a6a5;
--ivory:#fffff0;
--chopped-dill:#b4c3a2;
}