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: #f6cbd3;
}
.color-2 {
color: #f1e4b6;
}
.color-3 {
color: #d4e8e6;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #a7d3f1;
}

/* CSS Variables */
:root {
--color-1: #f6cbd3;
--color-2: #f1e4b6;
--color-3: #d4e8e6;
--color-4: #b3cde0;
--color-5: #a7d3f1;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cbd3, #f1e4b6, #d4e8e6, #b3cde0, #a7d3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cbd3, #f1e4b6, #d4e8e6, #b3cde0, #a7d3f1);
}

Pastel Pink color palette created on .