Pink Heaven Color Palette

Discover the beautiful Pink Heaven color palette featuring cherub (#f6d0f2), azalea (#f4b8d8), illusion (#f2a1c7), corvette (#f8c9a0) and marzipan (#f9e59f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Pink, Peach, Yellow, Bright 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 Pink Heaven palette

Share this palette to:

💻 Pink Heaven color palette CSS

/* CSS */
.color-1 {
color: #f6d0f2;
}
.color-2 {
color: #f4b8d8;
}
.color-3 {
color: #f2a1c7;
}
.color-4 {
color: #f8c9a0;
}
.color-5 {
color: #f9e59f;
}

/* CSS Variables */
:root {
--color-1: #f6d0f2;
--color-2: #f4b8d8;
--color-3: #f2a1c7;
--color-4: #f8c9a0;
--color-5: #f9e59f;
}

🌈 Pink Heaven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0f2, #f4b8d8, #f2a1c7, #f8c9a0, #f9e59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0f2, #f4b8d8, #f2a1c7, #f8c9a0, #f9e59f);
}

Pink Heaven color palette created on .