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: #f6c6d3;
}
.color-2 {
color: #f5e19e;
}
.color-3 {
color: #d4e5f7;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #f5e19e;
--color-3: #d4e5f7;
--color-4: #a8e6cf;
--color-5: #ffadad;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #f5e19e, #d4e5f7, #a8e6cf, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #f5e19e, #d4e5f7, #a8e6cf, #ffadad);
}

Pastel Pink color palette created on .