Unpleasant Color Palette

Discover the beautiful Unpleasant color palette featuring roman coffee (#804d4d), whiskey (#d69b6b), chalky (#f0d79e), spring rain (#a4c6a9) and patina (#5b8b8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRustic, Earthy, Muted, Nature, Soft, Brown, Green, Yellow, 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 Unpleasant palette

Share this palette to:

💻 Unpleasant color palette CSS

/* CSS */
.color-1 {
color: #804d4d;
}
.color-2 {
color: #d69b6b;
}
.color-3 {
color: #f0d79e;
}
.color-4 {
color: #a4c6a9;
}
.color-5 {
color: #5b8b8b;
}

/* CSS Variables */
:root {
--color-1: #804d4d;
--color-2: #d69b6b;
--color-3: #f0d79e;
--color-4: #a4c6a9;
--color-5: #5b8b8b;
}

🌈 Unpleasant background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #804d4d, #d69b6b, #f0d79e, #a4c6a9, #5b8b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #804d4d, #d69b6b, #f0d79e, #a4c6a9, #5b8b8b);
}

Unpleasant color palette created on .