Pastel Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Pink palette

Share this palette to:

Pastel Pink color palette CSS

/* CSS */
.color-1 {
color: #f8afc1;
}
.color-2 {
color: #f2e0b1;
}
.color-3 {
color: #b2e0d4;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #d0a9e0;
}

/* CSS Variables */
:root {
--color-1: #f8afc1;
--color-2: #f2e0b1;
--color-3: #b2e0d4;
--color-4: #a3c7e0;
--color-5: #d0a9e0;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8afc1, #f2e0b1, #b2e0d4, #a3c7e0, #d0a9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8afc1, #f2e0b1, #b2e0d4, #a3c7e0, #d0a9e0);
}

Pastel Pink color palette created on .