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: #f3a0b0;
}
.color-2 {
color: #ffc3a3;
}
.color-3 {
color: #ffec9e;
}
.color-4 {
color: #b2ebd3;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f3a0b0;
--color-2: #ffc3a3;
--color-3: #ffec9e;
--color-4: #b2ebd3;
--color-5: #a3c7e0;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a0b0, #ffc3a3, #ffec9e, #b2ebd3, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a0b0, #ffc3a3, #ffec9e, #b2ebd3, #a3c7e0);
}

Pastel Pink color palette created on .