Earthen Elegance Color Palette
Discover the beautiful Earthen Elegance color palette featuring pavlova (#d8c09d), antique brass (#c58c6d), chestnut (#b75f4e), tosca (#893e3f) and cowboy (#4f272b).
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 Elegance palette
💻 Earthen Elegance color palette CSS
/* CSS */
.color-1 {
color: #d8c09d;
}
.color-2 {
color: #c58c6d;
}
.color-3 {
color: #b75f4e;
}
.color-4 {
color: #893e3f;
}
.color-5 {
color: #4f272b;
}
/* CSS Variables */
:root {
--color-1: #d8c09d;
--color-2: #c58c6d;
--color-3: #b75f4e;
--color-4: #893e3f;
--color-5: #4f272b;
}
🌈 Earthen Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c09d, #c58c6d, #b75f4e, #893e3f, #4f272b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c09d, #c58c6d, #b75f4e, #893e3f, #4f272b);
}
🔗 Explore similar color palettes
Earthen Elegance color palette created on .