Harvest Embrace Color Palette
Discover the beautiful Harvest Embrace color palette featuring sepia skin (#a1563a), whiskey (#d6a066), zinnwaldite (#e9c8aa), bison hide (#c2b2a3) and ironstone (#794a39).
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 Embrace palette
💻 Harvest Embrace color palette CSS
/* CSS */
.color-1 {
color: #a1563a;
}
.color-2 {
color: #d6a066;
}
.color-3 {
color: #e9c8aa;
}
.color-4 {
color: #c2b2a3;
}
.color-5 {
color: #794a39;
}
/* CSS Variables */
:root {
--color-1: #a1563a;
--color-2: #d6a066;
--color-3: #e9c8aa;
--color-4: #c2b2a3;
--color-5: #794a39;
}
🌈 Harvest Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1563a, #d6a066, #e9c8aa, #c2b2a3, #794a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1563a, #d6a066, #e9c8aa, #c2b2a3, #794a39);
}
🔗 Explore similar color palettes
Harvest Embrace color palette created on .