Sloth Color Palette

Discover the beautiful Sloth color palette featuring brown rust (#a65e3a), gimblet (#b9b579), coriander (#c1d3b1), tana (#d5e0c7) and melanie (#e1b2c7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Coastal, Earthy, Forest, Green, Nature, Neutral, Soft, Summer 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 Sloth palette

Share this palette to:

💻 Sloth color palette CSS

/* CSS */
.color-1 {
color: #a65e3a;
}
.color-2 {
color: #b9b579;
}
.color-3 {
color: #c1d3b1;
}
.color-4 {
color: #d5e0c7;
}
.color-5 {
color: #e1b2c7;
}

/* CSS Variables */
:root {
--color-1: #a65e3a;
--color-2: #b9b579;
--color-3: #c1d3b1;
--color-4: #d5e0c7;
--color-5: #e1b2c7;
}

🌈 Sloth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e3a, #b9b579, #c1d3b1, #d5e0c7, #e1b2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e3a, #b9b579, #c1d3b1, #d5e0c7, #e1b2c7);
}

Sloth color palette created on .