Earthy Echoes Color Palette

Discover the beautiful Earthy Echoes color palette featuring sweet corn (#f8d581), di serria (#e1a55b), santa fe (#bf754a), stiletto (#9e3e33) and persian plum (#691b2b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Bright, Earthy, Vibrant 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 Earthy Echoes palette

Share this palette to:

๐Ÿ’ป Earthy Echoes color palette CSS

/* CSS */
.color-1 {
color: #f8d581;
}
.color-2 {
color: #e1a55b;
}
.color-3 {
color: #bf754a;
}
.color-4 {
color: #9e3e33;
}
.color-5 {
color: #691b2b;
}

/* CSS Variables */
:root {
--color-1: #f8d581;
--color-2: #e1a55b;
--color-3: #bf754a;
--color-4: #9e3e33;
--color-5: #691b2b;
}

๐ŸŒˆ Earthy Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d581, #e1a55b, #bf754a, #9e3e33, #691b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d581, #e1a55b, #bf754a, #9e3e33, #691b2b);
}

Earthy Echoes color palette created on .