Dior Dreams Color Palette

Discover the beautiful Dior Dreams color palette featuring maverick (#d6b8c9), careys pink (#cca3b1), strikemaster (#a56f8b), mulled wine (#5e4b68) and thunder (#3b2b35).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Burgundy, Maroon, Soft, Earthy, Warm, Dark, Elegant 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 Dior Dreams palette

Share this palette to:

💻 Dior Dreams color palette CSS

/* CSS */
.color-1 {
color: #d6b8c9;
}
.color-2 {
color: #cca3b1;
}
.color-3 {
color: #a56f8b;
}
.color-4 {
color: #5e4b68;
}
.color-5 {
color: #3b2b35;
}

/* CSS Variables */
:root {
--color-1: #d6b8c9;
--color-2: #cca3b1;
--color-3: #a56f8b;
--color-4: #5e4b68;
--color-5: #3b2b35;
}

🌈 Dior Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b8c9, #cca3b1, #a56f8b, #5e4b68, #3b2b35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b8c9, #cca3b1, #a56f8b, #5e4b68, #3b2b35);
}

Dior Dreams color palette created on .