Light Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Pink palette

Share this palette to:

Light Pink color palette PNG image

Download light pink color palette PNG image (landscape)
Download light pink color palette PNG image (square)

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 .