Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d3a5a1;
}
.friends {
color: #e9c5c3;
}
.illuminated {
color: #f9e5d7;
}
.dhurrie-beige {
color: #c9baa6;
}
.antique-red {
color: #7b4c50;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d3a5a1;
--friends:#e9c5c3;
--illuminated:#f9e5d7;
--dhurrie-beige:#c9baa6;
--antique-red:#7b4c50;
}