Whimsy Pink Color Palette

Discover the beautiful Whimsy Pink color palette featuring illusion (#f3a0c0), corvette (#f9caa4), sidecar (#f3e7b4), sinbad (#a3d7d4) and cornflower (#85b2e0).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Whimsy Pink color palette CSS

/* CSS */
.color-1 {
color: #f3a0c0;
}
.color-2 {
color: #f9caa4;
}
.color-3 {
color: #f3e7b4;
}
.color-4 {
color: #a3d7d4;
}
.color-5 {
color: #85b2e0;
}

/* CSS Variables */
:root {
--color-1: #f3a0c0;
--color-2: #f9caa4;
--color-3: #f3e7b4;
--color-4: #a3d7d4;
--color-5: #85b2e0;
}

🌈 Whimsy Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a0c0, #f9caa4, #f3e7b4, #a3d7d4, #85b2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a0c0, #f9caa4, #f3e7b4, #a3d7d4, #85b2e0);
}

Whimsy Pink color palette created on .