Light Pink Color Palette

Discover the beautiful Light Pink color palette featuring carnation pink (#ff9eca), pink (#ffb8c4), cosmos (#ffcfcc), tequila (#ffe8c7) and colonial white (#ffedbd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Cream, Soft, Warm, Feminine, Spring, Bright, Light, Vintage 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: #ff9eca;
}
.color-2 {
color: #ffb8c4;
}
.color-3 {
color: #ffcfcc;
}
.color-4 {
color: #ffe8c7;
}
.color-5 {
color: #ffedbd;
}

/* CSS Variables */
:root {
--color-1: #ff9eca;
--color-2: #ffb8c4;
--color-3: #ffcfcc;
--color-4: #ffe8c7;
--color-5: #ffedbd;
}

🌈 Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9eca, #ffb8c4, #ffcfcc, #ffe8c7, #ffedbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9eca, #ffb8c4, #ffcfcc, #ffe8c7, #ffedbd);
}

Light Pink color palette created on .