Color names in this palette
CSS code for this palette
/* CSS */
.outlawed-orange {
color: #b76f4e;
}
.western-sunrise {
color: #d8a56e;
}
.desert-dust {
color: #e2b88d;
}
.zucchini-flower {
color: #e8a84f;
}
.australian-apricot {
color: #f5c7a3;
}
/* CSS Variables */
:root {
--outlawed-orange:#b76f4e;
--western-sunrise:#d8a56e;
--desert-dust:#e2b88d;
--zucchini-flower:#e8a84f;
--australian-apricot:#f5c7a3;
}