Rose Shades Color Palette

Discover the beautiful Rose Shades color palette featuring tapestry (#9c4f7c), charm (#da7c9a), wewak (#f1a7b8), new orleans (#f2d2a1) and rajah (#f5b87f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with bright, pink, summer, vintage, warm 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 Shades palette

Share this palette to:

💻 Rose Shades color palette CSS

/* CSS */
.color-1 {
color: #9c4f7c;
}
.color-2 {
color: #da7c9a;
}
.color-3 {
color: #f1a7b8;
}
.color-4 {
color: #f2d2a1;
}
.color-5 {
color: #f5b87f;
}

/* CSS Variables */
:root {
--color-1: #9c4f7c;
--color-2: #da7c9a;
--color-3: #f1a7b8;
--color-4: #f2d2a1;
--color-5: #f5b87f;
}

🌈 Rose Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c4f7c, #da7c9a, #f1a7b8, #f2d2a1, #f5b87f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c4f7c, #da7c9a, #f1a7b8, #f2d2a1, #f5b87f);
}

Rose Shades color palette created on .