Dark Red Rose Color Palette

Discover the beautiful Dark Red Rose color palette featuring falu red (#891a1a), mexican red (#a62b2b), persian red (#c92c2c), sea green (#2e8a56) and fruit salad (#509b5c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Green, Flower, Vibrant, Nature 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 Red Rose palette

Share this palette to:

💻 Dark Red Rose color palette CSS

/* CSS */
.color-1 {
color: #891a1a;
}
.color-2 {
color: #a62b2b;
}
.color-3 {
color: #c92c2c;
}
.color-4 {
color: #2e8a56;
}
.color-5 {
color: #509b5c;
}

/* CSS Variables */
:root {
--color-1: #891a1a;
--color-2: #a62b2b;
--color-3: #c92c2c;
--color-4: #2e8a56;
--color-5: #509b5c;
}

🌈 Dark Red Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #891a1a, #a62b2b, #c92c2c, #2e8a56, #509b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #891a1a, #a62b2b, #c92c2c, #2e8a56, #509b5c);
}

Dark Red Rose color palette created on .