Color names in this palette
CSS code for this palette
/* CSS */
.amber-brown {
color: #b36d4d;
}
.inventive-orange {
color: #e9a06d;
}
.alesan {
color: #f0c1a8;
}
.tower-tan {
color: #d4b59b;
}
.spicy-mix {
color: #8d5c4e;
}
/* CSS Variables */
:root {
--amber-brown:#b36d4d;
--inventive-orange:#e9a06d;
--alesan:#f0c1a8;
--tower-tan:#d4b59b;
--spicy-mix:#8d5c4e;
}