Dark Cherry Color Palette

Discover the beautiful Dark Cherry color palette featuring stiletto (#8c2c2c), stiletto (#a03b3b), chestnut (#b95050), chestnut rose (#d45e5e) and froly (#f07f7f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Cherry, Dark, Fruit, Modern, Red, Summer, Vibrant 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 Dark Cherry palette

Share this palette to:

💻 Dark Cherry color palette CSS

/* CSS */
.color-1 {
color: #8c2c2c;
}
.color-2 {
color: #a03b3b;
}
.color-3 {
color: #b95050;
}
.color-4 {
color: #d45e5e;
}
.color-5 {
color: #f07f7f;
}

/* CSS Variables */
:root {
--color-1: #8c2c2c;
--color-2: #a03b3b;
--color-3: #b95050;
--color-4: #d45e5e;
--color-5: #f07f7f;
}

🌈 Dark Cherry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c2c2c, #a03b3b, #b95050, #d45e5e, #f07f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c2c2c, #a03b3b, #b95050, #d45e5e, #f07f7f);
}

Dark Cherry color palette created on .