Color names in this palette
CSS code for this palette
/* CSS */
.orange-blast {
color: #f5c899;
}
.apricot-jam {
color: #f2a56e;
}
.amber-wave {
color: #d68c57;
}
.burnt-copper {
color: #c66839;
}
.hamburger {
color: #a44d28;
}
/* CSS Variables */
:root {
--orange-blast:#f5c899;
--apricot-jam:#f2a56e;
--amber-wave:#d68c57;
--burnt-copper:#c66839;
--hamburger:#a44d28;
}