Muted Eclectic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Eclectic palette

Share this palette to:

Muted Eclectic color palette PNG image

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

Muted Eclectic color palette CSS

/* CSS */
.color-1 {
color: #799a8d;
}
.color-2 {
color: #b7d7c2;
}
.color-3 {
color: #e3c4a5;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d4573a;
}

/* CSS Variables */
:root {
--color-1: #799a8d;
--color-2: #b7d7c2;
--color-3: #e3c4a5;
--color-4: #f4a462;
--color-5: #d4573a;
}

Muted Eclectic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8d, #b7d7c2, #e3c4a5, #f4a462, #d4573a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8d, #b7d7c2, #e3c4a5, #f4a462, #d4573a);
}

Muted Eclectic color palette created on .