Color names in this palette
CSS code for this palette
/* CSS */
.false-morel {
color: #7b504c;
}
.withered-rose {
color: #a16968;
}
.radiant-rouge {
color: #d7b2b2;
}
.verbena {
color: #f1dfdf;
}
.sunday-best {
color: #f9c8c8;
}
/* CSS Variables */
:root {
--false-morel:#7b504c;
--withered-rose:#a16968;
--radiant-rouge:#d7b2b2;
--verbena:#f1dfdf;
--sunday-best:#f9c8c8;
}