Rosy Embrace Color Palette

Discover the beautiful Rosy Embrace color palette featuring deep blush (#e47799), charm (#d45e8d), mulberry (#c34680), hibiscus (#a5276a) and disco (#931a5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright Summer, Fun, Pink, Vibrant 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 Rosy Embrace palette

Share this palette to:

💻 Rosy Embrace color palette CSS

/* CSS */
.color-1 {
color: #e47799;
}
.color-2 {
color: #d45e8d;
}
.color-3 {
color: #c34680;
}
.color-4 {
color: #a5276a;
}
.color-5 {
color: #931a5d;
}

/* CSS Variables */
:root {
--color-1: #e47799;
--color-2: #d45e8d;
--color-3: #c34680;
--color-4: #a5276a;
--color-5: #931a5d;
}

🌈 Rosy Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e47799, #d45e8d, #c34680, #a5276a, #931a5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e47799, #d45e8d, #c34680, #a5276a, #931a5d);
}

Rosy Embrace color palette created on .