Blush and Charcoal Color Palette

Discover the beautiful Blush and Charcoal color palette featuring wewak (#f0a3b9), woody brown (#3b2b2b), ferra (#6f4d4d), beauty bush (#f1c1d2) and loulou (#3a0d2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Red, Gray, Earthy, Feminine, Vintage, Soft, Modern 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 Blush and Charcoal palette

Share this palette to:

💻 Blush and Charcoal color palette CSS

/* CSS */
.color-1 {
color: #f0a3b9;
}
.color-2 {
color: #3b2b2b;
}
.color-3 {
color: #6f4d4d;
}
.color-4 {
color: #f1c1d2;
}
.color-5 {
color: #3a0d2c;
}

/* CSS Variables */
:root {
--color-1: #f0a3b9;
--color-2: #3b2b2b;
--color-3: #6f4d4d;
--color-4: #f1c1d2;
--color-5: #3a0d2c;
}

🌈 Blush and Charcoal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3b9, #3b2b2b, #6f4d4d, #f1c1d2, #3a0d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3b9, #3b2b2b, #6f4d4d, #f1c1d2, #3a0d2c);
}

Blush and Charcoal color palette created on .