Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d4a6a1;
}
.delhi-spice {
color: #a76c6c;
}
.marron {
color: #6c4b4b;
}
.falling-leaves {
color: #a65c3a;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d4a6a1;
--delhi-spice:#a76c6c;
--marron:#6c4b4b;
--falling-leaves:#a65c3a;
--sunshine-mellow:#f1c40e;
}