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: #f6c6d8;
}
.color-2 {
color: #f1a7ae;
}
.color-3 {
color: #e28dba;
}
.color-4 {
color: #d080b4;
}
.color-5 {
color: #b68ecd;
}

/* CSS Variables */
:root {
--color-1: #f6c6d8;
--color-2: #f1a7ae;
--color-3: #e28dba;
--color-4: #d080b4;
--color-5: #b68ecd;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d8, #f1a7ae, #e28dba, #d080b4, #b68ecd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d8, #f1a7ae, #e28dba, #d080b4, #b68ecd);
}

Pastel Pink color palette created on .