Muted Rosewood Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Rosewood Dream palette

Share this palette to:

Download Muted Rosewood Dream Color Palette (PNG)

Download muted rosewood dream color palette PNG image (landscape)
Download muted rosewood dream color palette PNG image (square)

Muted Rosewood Dream color palette CSS

/* CSS */
.color-1 {
color: #a06a7d;
}
.color-2 {
color: #a0798b;
}
.color-3 {
color: #b4798c;
}
.color-4 {
color: #b48d8d;
}
.color-5 {
color: #a06a8c;
}

/* CSS Variables */
:root {
--color-1: #a06a7d;
--color-2: #a0798b;
--color-3: #b4798c;
--color-4: #b48d8d;
--color-5: #a06a8c;
}

Muted Rosewood Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a06a7d, #a0798b, #b4798c, #b48d8d, #a06a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a06a7d, #a0798b, #b4798c, #b48d8d, #a06a8c);
}

Muted Rosewood Dream color palette created on .