Poopy the Poop Color Palette

Discover the beautiful Poopy the Poop color palette featuring ferra (#6a4e4e), leather (#9c7a5e), laser (#c4a66e), gold sand (#e2c18d) and wheat (#f4e3b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Earthy, Fun, Warm, Light, Neutral, Beige, Autumn 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 Poopy the Poop palette

Share this palette to:

💻 Poopy the Poop color palette CSS

/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #9c7a5e;
}
.color-3 {
color: #c4a66e;
}
.color-4 {
color: #e2c18d;
}
.color-5 {
color: #f4e3b3;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #9c7a5e;
--color-3: #c4a66e;
--color-4: #e2c18d;
--color-5: #f4e3b3;
}

🌈 Poopy the Poop background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #9c7a5e, #c4a66e, #e2c18d, #f4e3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #9c7a5e, #c4a66e, #e2c18d, #f4e3b3);
}

Poopy the Poop color palette created on .