Light Pink Color Palette

Discover the beautiful Light Pink color palette featuring maize (#f7d9a6), chantilly (#f4b8e1), cornflower (#86c5e4), wewak (#f0a3b2) and sahara sand (#f3e58c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Light Pink color palette CSS

/* CSS */
.color-1 {
color: #f7d9a6;
}
.color-2 {
color: #f4b8e1;
}
.color-3 {
color: #86c5e4;
}
.color-4 {
color: #f0a3b2;
}
.color-5 {
color: #f3e58c;
}

/* CSS Variables */
:root {
--color-1: #f7d9a6;
--color-2: #f4b8e1;
--color-3: #86c5e4;
--color-4: #f0a3b2;
--color-5: #f3e58c;
}

🌈 Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9a6, #f4b8e1, #86c5e4, #f0a3b2, #f3e58c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9a6, #f4b8e1, #86c5e4, #f0a3b2, #f3e58c);
}

Light Pink color palette created on .