"Whimsical Earth Tones" Color Palette

Discover the beautiful "Whimsical Earth Tones" color palette featuring akaroa (#d5c7aa), sandal (#a78c6c), yellow metal (#7e5c3a), judge gray (#4b3d2a) and dune (#2d2b2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 "Whimsical Earth Tones" palette

Share this palette to:

💻 "Whimsical Earth Tones" color palette CSS

/* CSS */
.color-1 {
color: #d5c7aa;
}
.color-2 {
color: #a78c6c;
}
.color-3 {
color: #7e5c3a;
}
.color-4 {
color: #4b3d2a;
}
.color-5 {
color: #2d2b2a;
}

/* CSS Variables */
:root {
--color-1: #d5c7aa;
--color-2: #a78c6c;
--color-3: #7e5c3a;
--color-4: #4b3d2a;
--color-5: #2d2b2a;
}

🌈 "Whimsical Earth Tones" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c7aa, #a78c6c, #7e5c3a, #4b3d2a, #2d2b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c7aa, #a78c6c, #7e5c3a, #4b3d2a, #2d2b2a);
}

"Whimsical Earth Tones" color palette created on .