Pink Dreamy Color Palette

Discover the beautiful Pink Dreamy color palette featuring illusion (#f2a6d9), chantilly (#f6c1e2), cherub (#f8d8e5), carousel pink (#fbe4f2) and cotton candy (#ffb3d4).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Pink Dreamy color palette CSS

/* CSS */
.color-1 {
color: #f2a6d9;
}
.color-2 {
color: #f6c1e2;
}
.color-3 {
color: #f8d8e5;
}
.color-4 {
color: #fbe4f2;
}
.color-5 {
color: #ffb3d4;
}

/* CSS Variables */
:root {
--color-1: #f2a6d9;
--color-2: #f6c1e2;
--color-3: #f8d8e5;
--color-4: #fbe4f2;
--color-5: #ffb3d4;
}

🌈 Pink Dreamy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6d9, #f6c1e2, #f8d8e5, #fbe4f2, #ffb3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6d9, #f6c1e2, #f8d8e5, #fbe4f2, #ffb3d4);
}

Pink Dreamy color palette created on .