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: #d1b3e0;
}
.color-2 {
color: #f2cfcf;
}
.color-3 {
color: #a5c2d4;
}
.color-4 {
color: #f8c8a0;
}
.color-5 {
color: #e0a3c2;
}

/* CSS Variables */
:root {
--color-1: #d1b3e0;
--color-2: #f2cfcf;
--color-3: #a5c2d4;
--color-4: #f8c8a0;
--color-5: #e0a3c2;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3e0, #f2cfcf, #a5c2d4, #f8c8a0, #e0a3c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3e0, #f2cfcf, #a5c2d4, #f8c8a0, #e0a3c2);
}

Pastel Pink color palette created on .