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: #e6b8a2;
}
.color-2 {
color: #c4afa1;
}
.color-3 {
color: #a48e9c;
}
.color-4 {
color: #8c708f;
}
.color-5 {
color: #6e5a8c;
}
/* CSS Variables */
:root {
--color-1: #e6b8a2;
--color-2: #c4afa1;
--color-3: #a48e9c;
--color-4: #8c708f;
--color-5: #6e5a8c;
}
Muted Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b8a2, #c4afa1, #a48e9c, #8c708f, #6e5a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b8a2, #c4afa1, #a48e9c, #8c708f, #6e5a8c);
}
Similar color palettes
Muted Pink color palette created on .