Pink Innocence Color Palette

Discover the beautiful Pink Innocence color palette featuring lavender pink (#fcbacf), cupid (#fccad6), pig pink (#fcd4e3), remy (#fde2ed) and remy (#feecef).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Light, Pastel, Pink, Soft, Warm 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 Innocence palette

Share this palette to:

💻 Pink Innocence color palette CSS

/* CSS */
.color-1 {
color: #fcbacf;
}
.color-2 {
color: #fccad6;
}
.color-3 {
color: #fcd4e3;
}
.color-4 {
color: #fde2ed;
}
.color-5 {
color: #feecef;
}

/* CSS Variables */
:root {
--color-1: #fcbacf;
--color-2: #fccad6;
--color-3: #fcd4e3;
--color-4: #fde2ed;
--color-5: #feecef;
}

🌈 Pink Innocence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcbacf, #fccad6, #fcd4e3, #fde2ed, #feecef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcbacf, #fccad6, #fcd4e3, #fde2ed, #feecef);
}

Pink Innocence color palette created on .