Color names in this palette
CSS code for this palette
/* CSS */
.clay-pipe {
color: #d8c9b6;
}
.wild-poppy {
color: #b55b5a;
}
.persian-red {
color: #d1362e;
}
.white-veil {
color: #f7f1e3;
}
.alden-till {
color: #7c4b4b;
}
/* CSS Variables */
:root {
--clay-pipe:#d8c9b6;
--wild-poppy:#b55b5a;
--persian-red:#d1362e;
--white-veil:#f7f1e3;
--alden-till:#7c4b4b;
}