Crimson Dream Color Palette

Discover the beautiful Crimson Dream color palette featuring aubergine (#3b0d18), tawny port (#6a294b), puce (#c57c9d), mandy (#e95d75) and cardinal (#c71a3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Pink, Elegant, Vibrant, Boho, Summer, Coastal, Modern 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 Crimson Dream palette

Share this palette to:

💻 Crimson Dream color palette CSS

/* CSS */
.color-1 {
color: #3b0d18;
}
.color-2 {
color: #6a294b;
}
.color-3 {
color: #c57c9d;
}
.color-4 {
color: #e95d75;
}
.color-5 {
color: #c71a3c;
}

/* CSS Variables */
:root {
--color-1: #3b0d18;
--color-2: #6a294b;
--color-3: #c57c9d;
--color-4: #e95d75;
--color-5: #c71a3c;
}

🌈 Crimson Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0d18, #6a294b, #c57c9d, #e95d75, #c71a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0d18, #6a294b, #c57c9d, #e95d75, #c71a3c);
}

Crimson Dream color palette created on .