Muted Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Rose palette

Share this palette to:

Download Muted Rose Color Palette (PNG)

Download muted rose color palette PNG image (landscape)
Download muted rose color palette PNG image (square)

Muted Rose color palette CSS

/* CSS */
.color-1 {
color: #4a3c3b;
}
.color-2 {
color: #9f7b7a;
}
.color-3 {
color: #c5a2a0;
}
.color-4 {
color: #e6b6b2;
}
.color-5 {
color: #f8d5d3;
}

/* CSS Variables */
:root {
--color-1: #4a3c3b;
--color-2: #9f7b7a;
--color-3: #c5a2a0;
--color-4: #e6b6b2;
--color-5: #f8d5d3;
}

Muted Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c3b, #9f7b7a, #c5a2a0, #e6b6b2, #f8d5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c3b, #9f7b7a, #c5a2a0, #e6b6b2, #f8d5d3);
}

Muted Rose color palette created on .