Muted Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Red palette

Share this palette to:

Download Muted Red Color Palette (PNG)

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

Muted Red color palette CSS

/* CSS */
.color-1 {
color: #6a5b8b;
}
.color-2 {
color: #89698c;
}
.color-3 {
color: #a88b6b;
}
.color-4 {
color: #d68b6b;
}
.color-5 {
color: #d6a66b;
}

/* CSS Variables */
:root {
--color-1: #6a5b8b;
--color-2: #89698c;
--color-3: #a88b6b;
--color-4: #d68b6b;
--color-5: #d6a66b;
}

Muted Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5b8b, #89698c, #a88b6b, #d68b6b, #d6a66b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5b8b, #89698c, #a88b6b, #d68b6b, #d6a66b);
}

Muted Red color palette created on .