Muted Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Rose palette

Share this palette to:

Muted Rose color palette CSS

/* CSS */
.color-1 {
color: #d6c9c2;
}
.color-2 {
color: #c8a7a2;
}
.color-3 {
color: #b18b8e;
}
.color-4 {
color: #7f5c67;
}
.color-5 {
color: #4a3b3e;
}

/* CSS Variables */
:root {
--color-1: #d6c9c2;
--color-2: #c8a7a2;
--color-3: #b18b8e;
--color-4: #7f5c67;
--color-5: #4a3b3e;
}

Muted Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c9c2, #c8a7a2, #b18b8e, #7f5c67, #4a3b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c9c2, #c8a7a2, #b18b8e, #7f5c67, #4a3b3e);
}

Muted Rose color palette created on .