Color names in this palette
CSS code for this palette
/* CSS */
.ivory-oats {
color: #f8e4bf;
}
.avid-apricot {
color: #f4c79f;
}
.peach-quartz {
color: #f1ad88;
}
.painted-clay {
color: #ed8e6e;
}
.orangeville {
color: #e56d5d;
}
/* CSS Variables */
:root {
--ivory-oats:#f8e4bf;
--avid-apricot:#f4c79f;
--peach-quartz:#f1ad88;
--painted-clay:#ed8e6e;
--orangeville:#e56d5d;
}