Harvest Ember Color Palette
Discover the beautiful Harvest Ember color palette featuring paarl (#a35a29), hokey pokey (#d59a34), cream can (#f1c65b), sepia skin (#9c5b3a) and orange roughy (#c74c1f).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Harvest Ember palette
💻 Harvest Ember color palette CSS
/* CSS */
.color-1 {
color: #a35a29;
}
.color-2 {
color: #d59a34;
}
.color-3 {
color: #f1c65b;
}
.color-4 {
color: #9c5b3a;
}
.color-5 {
color: #c74c1f;
}
/* CSS Variables */
:root {
--color-1: #a35a29;
--color-2: #d59a34;
--color-3: #f1c65b;
--color-4: #9c5b3a;
--color-5: #c74c1f;
}
🌈 Harvest Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a35a29, #d59a34, #f1c65b, #9c5b3a, #c74c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a35a29, #d59a34, #f1c65b, #9c5b3a, #c74c1f);
}
🔗 Explore similar color palettes
Harvest Ember color palette created on .