Rose Gold Elegance Color Palette

Discover the beautiful Rose Gold Elegance color palette featuring petite orchid (#dda6a2), mandys pink (#f0c1b7), wheat (#f6e2c1), whiskey (#d8a479) and turkish rose (#b67a72).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Beige, Soft, Summer 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 Rose Gold Elegance palette

Share this palette to:

💻 Rose Gold Elegance color palette CSS

/* CSS */
.color-1 {
color: #dda6a2;
}
.color-2 {
color: #f0c1b7;
}
.color-3 {
color: #f6e2c1;
}
.color-4 {
color: #d8a479;
}
.color-5 {
color: #b67a72;
}

/* CSS Variables */
:root {
--color-1: #dda6a2;
--color-2: #f0c1b7;
--color-3: #f6e2c1;
--color-4: #d8a479;
--color-5: #b67a72;
}

🌈 Rose Gold Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dda6a2, #f0c1b7, #f6e2c1, #d8a479, #b67a72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dda6a2, #f0c1b7, #f6e2c1, #d8a479, #b67a72);
}

Rose Gold Elegance color palette created on .