Shades of Rose Color Palette

Discover the beautiful Shades of Rose color palette featuring amulet (#799a81), cashmere (#e4b5a0), mandys pink (#f2c8b6), burning sand (#d98f7d) and cadillac (#9d4d6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Coral, Green, Pink, Soft 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 Shades of Rose palette

Share this palette to:

💻 Shades of Rose color palette CSS

/* CSS */
.color-1 {
color: #799a81;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #f2c8b6;
}
.color-4 {
color: #d98f7d;
}
.color-5 {
color: #9d4d6c;
}

/* CSS Variables */
:root {
--color-1: #799a81;
--color-2: #e4b5a0;
--color-3: #f2c8b6;
--color-4: #d98f7d;
--color-5: #9d4d6c;
}

🌈 Shades of Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a81, #e4b5a0, #f2c8b6, #d98f7d, #9d4d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a81, #e4b5a0, #f2c8b6, #d98f7d, #9d4d6c);
}

Shades of Rose color palette created on .