Unhealthy Color Palette

Discover the beautiful Unhealthy color palette featuring nutmeg (#812c2c), apple blossom (#b14848), new york pink (#d27474), wewak (#f1a7a7) and cinderella (#fcd4d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Crimson, Eye Catching, Fun, Light, Red, Summer, Vibrant, Warm 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 Unhealthy palette

Share this palette to:

💻 Unhealthy color palette CSS

/* CSS */
.color-1 {
color: #812c2c;
}
.color-2 {
color: #b14848;
}
.color-3 {
color: #d27474;
}
.color-4 {
color: #f1a7a7;
}
.color-5 {
color: #fcd4d4;
}

/* CSS Variables */
:root {
--color-1: #812c2c;
--color-2: #b14848;
--color-3: #d27474;
--color-4: #f1a7a7;
--color-5: #fcd4d4;
}

🌈 Unhealthy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #812c2c, #b14848, #d27474, #f1a7a7, #fcd4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #812c2c, #b14848, #d27474, #f1a7a7, #fcd4d4);
}

Unhealthy color palette created on .