Muted Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Pink palette
Muted Pink color palette CSS
/* CSS */
.color-1 {
color: #f7c6b1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e77e87;
}
.color-4 {
color: #d86f71;
}
.color-5 {
color: #c94f5c;
}
/* CSS Variables */
:root {
--color-1: #f7c6b1;
--color-2: #f1a8a2;
--color-3: #e77e87;
--color-4: #d86f71;
--color-5: #c94f5c;
}
Muted Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b1, #f1a8a2, #e77e87, #d86f71, #c94f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b1, #f1a8a2, #e77e87, #d86f71, #c94f5c);
}
Similar color palettes
Scroll down to explore 90+ Soft color palettes
Muted Pink color palette created on .