Timeless Earthy Hues Color Palette

Discover the beautiful Timeless Earthy Hues color palette featuring soft amber (#d7c7bc), soft amber (#d4c4b9), rose fog (#e3bbab), petite orchid (#d7a393) and contessa (#c68976).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withVintage, Minimalist, Boho, Autumn color palettes and combinations.

💡 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 Timeless Earthy Hues palette

Share this palette to:

💻 Timeless Earthy Hues color palette CSS

/* CSS */
.color-1 {
color: #d7c7bc;
}
.color-2 {
color: #d4c4b9;
}
.color-3 {
color: #e3bbab;
}
.color-4 {
color: #d7a393;
}
.color-5 {
color: #c68976;
}

/* CSS Variables */
:root {
--color-1: #d7c7bc;
--color-2: #d4c4b9;
--color-3: #e3bbab;
--color-4: #d7a393;
--color-5: #c68976;
}

🌈 Timeless Earthy Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c7bc, #d4c4b9, #e3bbab, #d7a393, #c68976);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c7bc, #d4c4b9, #e3bbab, #d7a393, #c68976);
}

Timeless Earthy Hues color palette created on .