Color names in this palette
CSS code for this palette
/* CSS */
.annatto {
color: #8a5442;
}
.raw-copper {
color: #c66c4e;
}
.les-demoiselles-d-avignon {
color: #e6a07a;
}
.applesauce {
color: #f9d89a;
}
.peach-temptation {
color: #f1c3b1;
}
/* CSS Variables */
:root {
--annatto:#8a5442;
--raw-copper:#c66c4e;
--les-demoiselles-d-avignon:#e6a07a;
--applesauce:#f9d89a;
--peach-temptation:#f1c3b1;
}