Berry Red Color Palette

Discover the beautiful Berry Red color palette featuring claret (#8a1538), night shadz (#b03b52), cranberry (#d65c7c), wewak (#f5a3b3) and bizarre (#f0e0e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBerry, Bright, Elegant, Pink, Red 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 Berry Red palette

Share this palette to:

💻 Berry Red color palette CSS

/* CSS */
.color-1 {
color: #8a1538;
}
.color-2 {
color: #b03b52;
}
.color-3 {
color: #d65c7c;
}
.color-4 {
color: #f5a3b3;
}
.color-5 {
color: #f0e0e0;
}

/* CSS Variables */
:root {
--color-1: #8a1538;
--color-2: #b03b52;
--color-3: #d65c7c;
--color-4: #f5a3b3;
--color-5: #f0e0e0;
}

🌈 Berry Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a1538, #b03b52, #d65c7c, #f5a3b3, #f0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a1538, #b03b52, #d65c7c, #f5a3b3, #f0e0e0);
}

Berry Red color palette created on .