Muted Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Red palette
Color Inspiration
Images that showcase this color palette in real designs
Download Muted Red Color Palette (PNG)
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);
}
Similar color palettes
Muted Red color palette created on .