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: #f7b5a1;
}
.color-2 {
color: #f2d2a1;
}
.color-3 {
color: #e5e9a5;
}
.color-4 {
color: #b7e6d9;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f2d2a1;
--color-3: #e5e9a5;
--color-4: #b7e6d9;
--color-5: #a3c7e0;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f2d2a1, #e5e9a5, #b7e6d9, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f2d2a1, #e5e9a5, #b7e6d9, #a3c7e0);
}

Pastel Pink color palette created on .