Cherry Color Palette

Discover the beautiful Cherry color palette featuring tall poppy (#b52629), medium carmine (#b33d41), matrix (#b4555b), well read (#b83e32) and chestnut (#b6494c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Burgundy, Crimson, Warm, Deep, Earthy, Vintage, Autumn, Soft 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 Cherry palette

Share this palette to:

💻 Cherry color palette CSS

/* CSS */
.color-1 {
color: #b52629;
}
.color-2 {
color: #b33d41;
}
.color-3 {
color: #b4555b;
}
.color-4 {
color: #b83e32;
}
.color-5 {
color: #b6494c;
}

/* CSS Variables */
:root {
--color-1: #b52629;
--color-2: #b33d41;
--color-3: #b4555b;
--color-4: #b83e32;
--color-5: #b6494c;
}

🌈 Cherry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b52629, #b33d41, #b4555b, #b83e32, #b6494c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b52629, #b33d41, #b4555b, #b83e32, #b6494c);
}

Cherry color palette created on .