Muted Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Pink palette

Share this palette to:

Muted Pink color palette CSS

/* CSS */
.color-1 {
color: #f6e8d5;
}
.color-2 {
color: #e0c4b3;
}
.color-3 {
color: #d4a7a1;
}
.color-4 {
color: #b7908f;
}
.color-5 {
color: #a46a6b;
}

/* CSS Variables */
:root {
--color-1: #f6e8d5;
--color-2: #e0c4b3;
--color-3: #d4a7a1;
--color-4: #b7908f;
--color-5: #a46a6b;
}

Muted Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8d5, #e0c4b3, #d4a7a1, #b7908f, #a46a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8d5, #e0c4b3, #d4a7a1, #b7908f, #a46a6b);
}

Muted Pink color palette created on .