Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84a3c;
}
.lei-flower {
color: #d7796a;
}
.coral-silk {
color: #f1a17e;
}
.wax-flower {
color: #efb79f;
}
.peach-temptation {
color: #f5c3b2;
}
/* CSS Variables */
:root {
--painted-poppy:#c84a3c;
--lei-flower:#d7796a;
--coral-silk:#f1a17e;
--wax-flower:#efb79f;
--peach-temptation:#f5c3b2;
}