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: #f5e0a3;
}
.color-2 {
color: #e3bba1;
}
.color-3 {
color: #d79dce;
}
.color-4 {
color: #c0a8e1;
}
.color-5 {
color: #a3bbe0;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #e3bba1;
--color-3: #d79dce;
--color-4: #c0a8e1;
--color-5: #a3bbe0;
}

Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #e3bba1, #d79dce, #c0a8e1, #a3bbe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #e3bba1, #d79dce, #c0a8e1, #a3bbe0);
}

Light Pink color palette created on .