Color names in this palette
CSS code for this palette
/* CSS */
.california-dreaming {
color: #e1c76b;
}
.strike-it-rich {
color: #d9b45e;
}
.buried-treasure {
color: #d08e3e;
}
.brown-alpaca {
color: #b4692d;
}
.arabian-red {
color: #a24f3f;
}
/* CSS Variables */
:root {
--california-dreaming:#e1c76b;
--strike-it-rich:#d9b45e;
--buried-treasure:#d08e3e;
--brown-alpaca:#b4692d;
--arabian-red:#a24f3f;
}