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: #f6f9f9;
}
.color-2 {
color: #ffe5e5;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ffcc99;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #f6f9f9;
--color-2: #ffe5e5;
--color-3: #ffb3b3;
--color-4: #ffcc99;
--color-5: #ffd900;
}

Light Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f9f9, #ffe5e5, #ffb3b3, #ffcc99, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f9f9, #ffe5e5, #ffb3b3, #ffcc99, #ffd900);
}

Light Pink color palette created on .