Dark Rose Color Palette

Discover the beautiful Dark Rose color palette featuring thunder (#291e24), woody brown (#4b3539), russett (#7a5c61), rodeo dust (#c5a89b) and albescent white (#f6e1d5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Elegant, Earthy, 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 Dark Rose palette

Share this palette to:

💻 Dark Rose color palette CSS

/* CSS */
.color-1 {
color: #291e24;
}
.color-2 {
color: #4b3539;
}
.color-3 {
color: #7a5c61;
}
.color-4 {
color: #c5a89b;
}
.color-5 {
color: #f6e1d5;
}

/* CSS Variables */
:root {
--color-1: #291e24;
--color-2: #4b3539;
--color-3: #7a5c61;
--color-4: #c5a89b;
--color-5: #f6e1d5;
}

🌈 Dark Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #291e24, #4b3539, #7a5c61, #c5a89b, #f6e1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #291e24, #4b3539, #7a5c61, #c5a89b, #f6e1d5);
}

Dark Rose color palette created on .