Color names in this palette
CSS code for this palette
/* CSS */
.applesauce {
color: #f8d69b;
}
.vietnamese-lantern {
color: #ebc070;
}
.brass-mesh {
color: #e1a84c;
}
.vibrant-amber {
color: #d28d2d;
}
.thai-curry {
color: #b86e1e;
}
/* CSS Variables */
:root {
--applesauce:#f8d69b;
--vietnamese-lantern:#ebc070;
--brass-mesh:#e1a84c;
--vibrant-amber:#d28d2d;
--thai-curry:#b86e1e;
}