Red Berry Shades Color Palette

Discover the beautiful Red Berry Shades color palette featuring rosewood (#570000), dark burgundy (#7d0c0e), tamarillo (#a7161b), tall poppy (#b92227) and persian red (#d0353c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Burgundy, Crimson, Warm, Deep, Autumn, Elegant, Vintage 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 Red Berry Shades palette

Share this palette to:

💻 Red Berry Shades color palette CSS

/* CSS */
.color-1 {
color: #570000;
}
.color-2 {
color: #7d0c0e;
}
.color-3 {
color: #a7161b;
}
.color-4 {
color: #b92227;
}
.color-5 {
color: #d0353c;
}

/* CSS Variables */
:root {
--color-1: #570000;
--color-2: #7d0c0e;
--color-3: #a7161b;
--color-4: #b92227;
--color-5: #d0353c;
}

🌈 Red Berry Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #570000, #7d0c0e, #a7161b, #b92227, #d0353c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #570000, #7d0c0e, #a7161b, #b92227, #d0353c);
}

Red Berry Shades color palette created on .