Color names in this palette
CSS code for this palette
/* CSS */
.tracery {
color: #d9b9a1;
}
.seasonal-beige {
color: #e9b79f;
}
.avid-apricot {
color: #f4c79f;
}
.yellow-varnish {
color: #e8b764;
}
.field-poppy {
color: #d76b3c;
}
/* CSS Variables */
:root {
--tracery:#d9b9a1;
--seasonal-beige:#e9b79f;
--avid-apricot:#f4c79f;
--yellow-varnish:#e8b764;
--field-poppy:#d76b3c;
}