Rose Wine Color Palette

Discover the beautiful Rose Wine color palette featuring charm (#d07c92), oriental pink (#c58c94), dusty gray (#b59baa), azalea (#f2c0ce) and sunglo (#e57b7b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWine, Pink, Soft, Elegant, Summer, Bright, Coral 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 Wine palette

Share this palette to:

💻 Rose Wine color palette CSS

/* CSS */
.color-1 {
color: #d07c92;
}
.color-2 {
color: #c58c94;
}
.color-3 {
color: #b59baa;
}
.color-4 {
color: #f2c0ce;
}
.color-5 {
color: #e57b7b;
}

/* CSS Variables */
:root {
--color-1: #d07c92;
--color-2: #c58c94;
--color-3: #b59baa;
--color-4: #f2c0ce;
--color-5: #e57b7b;
}

🌈 Rose Wine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d07c92, #c58c94, #b59baa, #f2c0ce, #e57b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d07c92, #c58c94, #b59baa, #f2c0ce, #e57b7b);
}

Rose Wine color palette created on .