Earthbound Elegance Color Palette
Discover the beautiful Earthbound Elegance color palette featuring sisal (#d8d3c5), nomad (#b6a99a), donkey brown (#a28e7c), roman coffee (#795b4e) and matterhorn (#4a3c3a).
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 Earthbound Elegance palette
💻 Earthbound Elegance color palette CSS
/* CSS */
.color-1 {
color: #d8d3c5;
}
.color-2 {
color: #b6a99a;
}
.color-3 {
color: #a28e7c;
}
.color-4 {
color: #795b4e;
}
.color-5 {
color: #4a3c3a;
}
/* CSS Variables */
:root {
--color-1: #d8d3c5;
--color-2: #b6a99a;
--color-3: #a28e7c;
--color-4: #795b4e;
--color-5: #4a3c3a;
}
🌈 Earthbound Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d3c5, #b6a99a, #a28e7c, #795b4e, #4a3c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d3c5, #b6a99a, #a28e7c, #795b4e, #4a3c3a);
}
🔗 Explore similar color palettes
Earthbound Elegance color palette created on .