Magical Pink Color Palette

Discover the beautiful Magical Pink color palette featuring perfume (#e2a5f3), manhattan (#f7c5a6), sidecar (#f3e7b4), havelock blue (#70a5e1) and brink pink (#ff5c8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Blue, Bright, Spring 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 Magical Pink palette

Share this palette to:

💻 Magical Pink color palette CSS

/* CSS */
.color-1 {
color: #e2a5f3;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #f3e7b4;
}
.color-4 {
color: #70a5e1;
}
.color-5 {
color: #ff5c8f;
}

/* CSS Variables */
:root {
--color-1: #e2a5f3;
--color-2: #f7c5a6;
--color-3: #f3e7b4;
--color-4: #70a5e1;
--color-5: #ff5c8f;
}

🌈 Magical Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a5f3, #f7c5a6, #f3e7b4, #70a5e1, #ff5c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a5f3, #f7c5a6, #f3e7b4, #70a5e1, #ff5c8f);
}

Magical Pink color palette created on .