Light Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Pink palette

Share this palette to:

Download Light Pink Color Palette (PNG)

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: #f9e79f;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f4a4bf;
}
.color-4 {
color: #f29f9c;
}
.color-5 {
color: #f28f5a;
}

/* CSS Variables */
:root {
--color-1: #f9e79f;
--color-2: #f7c5a1;
--color-3: #f4a4bf;
--color-4: #f29f9c;
--color-5: #f28f5a;
}

Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e79f, #f7c5a1, #f4a4bf, #f29f9c, #f28f5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e79f, #f7c5a1, #f4a4bf, #f29f9c, #f28f5a);
}

Light Pink color palette created on .