Color names in this palette
CSS code for this palette
/* CSS */
.linen {
color: #faf0e5;
}
.muffin-mix {
color: #f5e0d1;
}
.antique-cameo {
color: #f1baa2;
}
.painted-clay {
color: #ef8d6c;
}
.mod-orange {
color: #d7593c;
}
/* CSS Variables */
:root {
--linen:#faf0e5;
--muffin-mix:#f5e0d1;
--antique-cameo:#f1baa2;
--painted-clay:#ef8d6c;
--mod-orange:#d7593c;
}