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: #f1a7b4;
}
.color-2 {
color: #f9d3b4;
}
.color-3 {
color: #f2e4b5;
}
.color-4 {
color: #b4e3f9;
}
.color-5 {
color: #b5d4f2;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f9d3b4;
--color-3: #f2e4b5;
--color-4: #b4e3f9;
--color-5: #b5d4f2;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f9d3b4, #f2e4b5, #b4e3f9, #b5d4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f9d3b4, #f2e4b5, #b4e3f9, #b5d4f2);
}

Pastel Pink color palette created on .