Color names in this palette
CSS code for this palette
/* CSS */
.australian-apricot {
color: #f5c4a3;
}
.les-demoiselles-d-avignon {
color: #e89d7d;
}
.tile-red {
color: #c76b4d;
}
.apple-polish {
color: #883f3f;
}
.brown-coffee {
color: #4a2b2b;
}
/* CSS Variables */
:root {
--australian-apricot:#f5c4a3;
--les-demoiselles-d-avignon:#e89d7d;
--tile-red:#c76b4d;
--apple-polish:#883f3f;
--brown-coffee:#4a2b2b;
}