Light Pink Color Palette

Discover the beautiful Light Pink color palette featuring mandys pink (#f0b6a3), cashmere (#e4c4a5), deco (#d9e2a6), aqua island (#b0decf) and cornflower (#8dd1e2).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Light Pink color palette CSS

/* CSS */
.color-1 {
color: #f0b6a3;
}
.color-2 {
color: #e4c4a5;
}
.color-3 {
color: #d9e2a6;
}
.color-4 {
color: #b0decf;
}
.color-5 {
color: #8dd1e2;
}

/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #e4c4a5;
--color-3: #d9e2a6;
--color-4: #b0decf;
--color-5: #8dd1e2;
}

🌈 Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #e4c4a5, #d9e2a6, #b0decf, #8dd1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #e4c4a5, #d9e2a6, #b0decf, #8dd1e2);
}

Light Pink color palette created on .