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: #e6b3c4;
}
.color-2 {
color: #f8e1af;
}
.color-3 {
color: #d7c4a3;
}
.color-4 {
color: #c1d4b5;
}
.color-5 {
color: #8fc1e5;
}

/* CSS Variables */
:root {
--color-1: #e6b3c4;
--color-2: #f8e1af;
--color-3: #d7c4a3;
--color-4: #c1d4b5;
--color-5: #8fc1e5;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b3c4, #f8e1af, #d7c4a3, #c1d4b5, #8fc1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b3c4, #f8e1af, #d7c4a3, #c1d4b5, #8fc1e5);
}

Pastel Pink color palette created on .