Light Pink Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Pink Shades palette

Share this palette to:

Light Pink Shades color palette PNG image

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

Light Pink Shades color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffebf0;
}
.color-3 {
color: #f0d1d6;
}
.color-4 {
color: #e0aed1;
}
.color-5 {
color: #f6ccff;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffebf0;
--color-3: #f0d1d6;
--color-4: #e0aed1;
--color-5: #f6ccff;
}

Light Pink Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffebf0, #f0d1d6, #e0aed1, #f6ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffebf0, #f0d1d6, #e0aed1, #f6ccff);
}

Light Pink Shades color palette created on .