Color names in this palette
CSS code for this palette
/* CSS */
.giant-s-club {
color: #b05d54;
}
.muted-clay {
color: #d18c7b;
}
.lusty-salmon {
color: #f0b1a3;
}
.fresh-baked-bread {
color: #f8d5bf;
}
.eugenia {
color: #f2e7d4;
}
/* CSS Variables */
:root {
--giant-s-club:#b05d54;
--muted-clay:#d18c7b;
--lusty-salmon:#f0b1a3;
--fresh-baked-bread:#f8d5bf;
--eugenia:#f2e7d4;
}