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: #f7c5d5;
}
.color-2 {
color: #f8e1b4;
}
.color-3 {
color: #d8e4af;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #f5b2e7;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f8e1b4;
--color-3: #d8e4af;
--color-4: #b1e0e7;
--color-5: #f5b2e7;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f8e1b4, #d8e4af, #b1e0e7, #f5b2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f8e1b4, #d8e4af, #b1e0e7, #f5b2e7);
}

Pastel Pink color palette created on .