Pink Fantasy Color Palette

Discover the beautiful Pink Fantasy color palette featuring azalea (#f7cad3), azalea (#f2b1d1), lavender magenta (#f1a2e3), moon raker (#e1b5f2) and moon raker (#cfc0f2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Fantasy color palette CSS

/* CSS */
.color-1 {
color: #f7cad3;
}
.color-2 {
color: #f2b1d1;
}
.color-3 {
color: #f1a2e3;
}
.color-4 {
color: #e1b5f2;
}
.color-5 {
color: #cfc0f2;
}

/* CSS Variables */
:root {
--color-1: #f7cad3;
--color-2: #f2b1d1;
--color-3: #f1a2e3;
--color-4: #e1b5f2;
--color-5: #cfc0f2;
}

🌈 Pink Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cad3, #f2b1d1, #f1a2e3, #e1b5f2, #cfc0f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cad3, #f2b1d1, #f1a2e3, #e1b5f2, #cfc0f2);
}

Pink Fantasy color palette created on .