Revolutionary Earthtones Color Palette

Discover the beautiful Revolutionary Earthtones color palette featuring fire bush (#e69630), paarl (#a55131), willow grove (#626960), matterhorn (#4e3f43) and terracotta (#e57055).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Coral, Earthy, Gray, Vintage, Warm 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 Revolutionary Earthtones palette

Share this palette to:

๐Ÿ’ป Revolutionary Earthtones color palette CSS

/* CSS */
.color-1 {
color: #e69630;
}
.color-2 {
color: #a55131;
}
.color-3 {
color: #626960;
}
.color-4 {
color: #4e3f43;
}
.color-5 {
color: #e57055;
}

/* CSS Variables */
:root {
--color-1: #e69630;
--color-2: #a55131;
--color-3: #626960;
--color-4: #4e3f43;
--color-5: #e57055;
}

๐ŸŒˆ Revolutionary Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e69630, #a55131, #626960, #4e3f43, #e57055);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e69630, #a55131, #626960, #4e3f43, #e57055);
}

Revolutionary Earthtones color palette created on .