Muted Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Pink palette

Share this palette to:

Download Muted Pink Color Palette (PNG)

Download muted pink color palette PNG image (landscape)
Download muted pink color palette PNG image (square)

Muted Pink color palette CSS

/* CSS */
.color-1 {
color: #e6e5e0;
}
.color-2 {
color: #d2c6b6;
}
.color-3 {
color: #c0a5b0;
}
.color-4 {
color: #8d7c85;
}
.color-5 {
color: #c4d4d1;
}

/* CSS Variables */
:root {
--color-1: #e6e5e0;
--color-2: #d2c6b6;
--color-3: #c0a5b0;
--color-4: #8d7c85;
--color-5: #c4d4d1;
}

Muted Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e5e0, #d2c6b6, #c0a5b0, #8d7c85, #c4d4d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e5e0, #d2c6b6, #c0a5b0, #8d7c85, #c4d4d1);
}

Muted Pink color palette created on .