Sleepy Cannibal Color Palette

Discover the beautiful Sleepy Cannibal color palette featuring copper rust (#9b5050), turkish rose (#b76c6c), careys pink (#d9a6a6), beauty bush (#f4d2d2) and pippin (#ffe5e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Brown, Pink, Soft, Earthy, Warm, Muted, Vintage 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 Sleepy Cannibal palette

Share this palette to:

💻 Sleepy Cannibal color palette CSS

/* CSS */
.color-1 {
color: #9b5050;
}
.color-2 {
color: #b76c6c;
}
.color-3 {
color: #d9a6a6;
}
.color-4 {
color: #f4d2d2;
}
.color-5 {
color: #ffe5e5;
}

/* CSS Variables */
:root {
--color-1: #9b5050;
--color-2: #b76c6c;
--color-3: #d9a6a6;
--color-4: #f4d2d2;
--color-5: #ffe5e5;
}

🌈 Sleepy Cannibal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5050, #b76c6c, #d9a6a6, #f4d2d2, #ffe5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5050, #b76c6c, #d9a6a6, #f4d2d2, #ffe5e5);
}

Sleepy Cannibal color palette created on .