Color names in this palette
CSS code for this palette
/* CSS */
.floral-tapestry {
color: #c78f8f;
}
.athena-pink {
color: #eab3c5;
}
.indian-clay {
color: #f3d0bf;
}
.parfait {
color: #c8a6a3;
}
.warm-wassail {
color: #a56c69;
}
/* CSS Variables */
:root {
--floral-tapestry:#c78f8f;
--athena-pink:#eab3c5;
--indian-clay:#f3d0bf;
--parfait:#c8a6a3;
--warm-wassail:#a56c69;
}