Color names in this palette
CSS code for this palette
/* CSS */
.red-brown {
color: #a62b2d;
}
.orangeville {
color: #e36c59;
}
.asagi-yellow {
color: #f5b87f;
}
.applesauce {
color: #f9d89a;
}
.pale-olive {
color: #d2c7a2;
}
/* CSS Variables */
:root {
--red-brown:#a62b2d;
--orangeville:#e36c59;
--asagi-yellow:#f5b87f;
--applesauce:#f9d89a;
--pale-olive:#d2c7a2;
}