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