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: #f4c3c3;
}
.color-2 {
color: #e1b7d0;
}
.color-3 {
color: #d2e2f9;
}
.color-4 {
color: #b7e1d5;
}
.color-5 {
color: #f0e2a8;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #e1b7d0;
--color-3: #d2e2f9;
--color-4: #b7e1d5;
--color-5: #f0e2a8;
}
Muted Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #e1b7d0, #d2e2f9, #b7e1d5, #f0e2a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #e1b7d0, #d2e2f9, #b7e1d5, #f0e2a8);
}
Similar color palettes
Scroll down to explore 70+ Pastel color palettes
Muted Pink color palette created on .