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: #f2b1c0;
}
.color-2 {
color: #f5d870;
}
.color-3 {
color: #9ad6c0;
}
.color-4 {
color: #5b9a8b;
}
.color-5 {
color: #403e60;
}
/* CSS Variables */
:root {
--color-1: #f2b1c0;
--color-2: #f5d870;
--color-3: #9ad6c0;
--color-4: #5b9a8b;
--color-5: #403e60;
}
Muted Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1c0, #f5d870, #9ad6c0, #5b9a8b, #403e60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1c0, #f5d870, #9ad6c0, #5b9a8b, #403e60);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
Muted Pink color palette created on .