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 CSS

/* CSS */
.color-1 {
color: #fcc0dc;
}
.color-2 {
color: #fdd3da;
}
.color-3 {
color: #fedddc;
}
.color-4 {
color: #f1cbf1;
}
.color-5 {
color: #fbdafa;
}

/* CSS Variables */
:root {
--color-1: #fcc0dc;
--color-2: #fdd3da;
--color-3: #fedddc;
--color-4: #f1cbf1;
--color-5: #fbdafa;
}

Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcc0dc, #fdd3da, #fedddc, #f1cbf1, #fbdafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcc0dc, #fdd3da, #fedddc, #f1cbf1, #fbdafa);
}

Light Pink color palette created on .