Pastel Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Pink palette

Share this palette to:

Download Pastel Pink Color Palette (PNG)

Download pastel pink color palette PNG image (landscape)
Download pastel pink color palette PNG image (square)

Pastel Pink color palette CSS

/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #e0ffff;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #fffacc;
}

/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ffd900;
--color-3: #e0ffff;
--color-4: #ffb8c1;
--color-5: #fffacc;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ffd900, #e0ffff, #ffb8c1, #fffacc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ffd900, #e0ffff, #ffb8c1, #fffacc);
}

Pastel Pink color palette created on .