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: #f8c4e8;
}
.color-2 {
color: #ffe1a8;
}
.color-3 {
color: #b3e0e6;
}
.color-4 {
color: #a2c4e7;
}
.color-5 {
color: #f59ea7;
}

/* CSS Variables */
:root {
--color-1: #f8c4e8;
--color-2: #ffe1a8;
--color-3: #b3e0e6;
--color-4: #a2c4e7;
--color-5: #f59ea7;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c4e8, #ffe1a8, #b3e0e6, #a2c4e7, #f59ea7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c4e8, #ffe1a8, #b3e0e6, #a2c4e7, #f59ea7);
}

Pastel Pink color palette created on .