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: #c8a3b4;
}
.color-2 {
color: #b77b8b;
}
.color-3 {
color: #a85d69;
}
.color-4 {
color: #c57c86;
}
.color-5 {
color: #d58d8b;
}

/* CSS Variables */
:root {
--color-1: #c8a3b4;
--color-2: #b77b8b;
--color-3: #a85d69;
--color-4: #c57c86;
--color-5: #d58d8b;
}

Muted Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a3b4, #b77b8b, #a85d69, #c57c86, #d58d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a3b4, #b77b8b, #a85d69, #c57c86, #d58d8b);
}

Muted Pink color palette created on .