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: #ffebc2;
}
.color-3 {
color: #a4e0da;
}
.color-4 {
color: #b3d6ff;
}
.color-5 {
color: #efa4df;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #ffebc2;
--color-3: #a4e0da;
--color-4: #b3d6ff;
--color-5: #efa4df;
}

Pastel Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #ffebc2, #a4e0da, #b3d6ff, #efa4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #ffebc2, #a4e0da, #b3d6ff, #efa4df);
}

Pastel Pink color palette created on .