Pink Vanilla Color Palette

Discover the beautiful Pink Vanilla color palette featuring we peep (#f2c5d3), pot pourri (#f5e5e5), melanie (#e0aed4), manhattan (#f5c19e) and dairy cream (#f9d2be).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Pink, Cream, Light 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 Vanilla palette

Share this palette to:

💻 Pink Vanilla color palette CSS

/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #f5e5e5;
}
.color-3 {
color: #e0aed4;
}
.color-4 {
color: #f5c19e;
}
.color-5 {
color: #f9d2be;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #f5e5e5;
--color-3: #e0aed4;
--color-4: #f5c19e;
--color-5: #f9d2be;
}

🌈 Pink Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #f5e5e5, #e0aed4, #f5c19e, #f9d2be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #f5e5e5, #e0aed4, #f5c19e, #f9d2be);
}

Pink Vanilla color palette created on .