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: #a86b6b;
}
.color-2 {
color: #c9b0b0;
}
.color-3 {
color: #e4c9c9;
}
.color-4 {
color: #f8e2e2;
}
.color-5 {
color: #f9b4b4;
}

/* CSS Variables */
:root {
--color-1: #a86b6b;
--color-2: #c9b0b0;
--color-3: #e4c9c9;
--color-4: #f8e2e2;
--color-5: #f9b4b4;
}

Muted Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86b6b, #c9b0b0, #e4c9c9, #f8e2e2, #f9b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86b6b, #c9b0b0, #e4c9c9, #f8e2e2, #f9b4b4);
}

Muted Rose color palette created on .