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: #e1a8d2;
}
.color-2 {
color: #f1c6b1;
}
.color-3 {
color: #f4e6b3;
}
.color-4 {
color: #b9e9b9;
}
.color-5 {
color: #9cd6e3;
}

/* CSS Variables */
:root {
--color-1: #e1a8d2;
--color-2: #f1c6b1;
--color-3: #f4e6b3;
--color-4: #b9e9b9;
--color-5: #9cd6e3;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a8d2, #f1c6b1, #f4e6b3, #b9e9b9, #9cd6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a8d2, #f1c6b1, #f4e6b3, #b9e9b9, #9cd6e3);
}

Pastel Pink color palette created on .