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: #f8e1af;
}
.color-2 {
color: #f9cb9f;
}
.color-3 {
color: #f2a2a1;
}
.color-4 {
color: #f68e91;
}
.color-5 {
color: #f25a8c;
}

/* CSS Variables */
:root {
--color-1: #f8e1af;
--color-2: #f9cb9f;
--color-3: #f2a2a1;
--color-4: #f68e91;
--color-5: #f25a8c;
}

Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1af, #f9cb9f, #f2a2a1, #f68e91, #f25a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1af, #f9cb9f, #f2a2a1, #f68e91, #f25a8c);
}

Light Pink color palette created on .