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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Earthy Echoes color palette created on .