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: #ffebff;
}
.color-2 {
color: #ffb3ff;
}
.color-3 {
color: #ff80ff;
}
.color-4 {
color: #ff4dff;
}
.color-5 {
color: #ff1aff;
}

/* CSS Variables */
:root {
--color-1: #ffebff;
--color-2: #ffb3ff;
--color-3: #ff80ff;
--color-4: #ff4dff;
--color-5: #ff1aff;
}

Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebff, #ffb3ff, #ff80ff, #ff4dff, #ff1aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebff, #ffb3ff, #ff80ff, #ff4dff, #ff1aff);
}

Light Pink color palette created on .