Earthen Embrace Color Palette
Discover the beautiful Earthen Embrace color palette featuring whiskey (#d19d7b), antique brass (#c7855c), santa fe (#a86d4d), ironstone (#8b503c) and irish coffee (#6a3b29).
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 Earthen Embrace palette
💻 Earthen Embrace color palette CSS
/* CSS */
.color-1 {
color: #d19d7b;
}
.color-2 {
color: #c7855c;
}
.color-3 {
color: #a86d4d;
}
.color-4 {
color: #8b503c;
}
.color-5 {
color: #6a3b29;
}
/* CSS Variables */
:root {
--color-1: #d19d7b;
--color-2: #c7855c;
--color-3: #a86d4d;
--color-4: #8b503c;
--color-5: #6a3b29;
} 🌈 Earthen Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19d7b, #c7855c, #a86d4d, #8b503c, #6a3b29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19d7b, #c7855c, #a86d4d, #8b503c, #6a3b29);
} 🔗 Explore similar color palettes
Earthen Embrace color palette created on .