Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f5e0a3;
}
.strike-it-rich {
color: #d6b45c;
}
.amber-essence {
color: #ba833b;
}
.cedar-staff {
color: #8e4a3e;
}
.carambar {
color: #4d2331;
}
/* CSS Variables */
:root {
--sun-dust:#f5e0a3;
--strike-it-rich:#d6b45c;
--amber-essence:#ba833b;
--cedar-staff:#8e4a3e;
--carambar:#4d2331;
}