Muted Sunsets Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Sunsets palette

Share this palette to:

Muted Sunsets color palette CSS

/* CSS */
.color-1 {
color: #d5c95d;
}
.color-2 {
color: #b59bc5;
}
.color-3 {
color: #9a7e9a;
}
.color-4 {
color: #e5d161;
}
.color-5 {
color: #a4709b;
}

/* CSS Variables */
:root {
--color-1: #d5c95d;
--color-2: #b59bc5;
--color-3: #9a7e9a;
--color-4: #e5d161;
--color-5: #a4709b;
}

Muted Sunsets background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c95d, #b59bc5, #9a7e9a, #e5d161, #a4709b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c95d, #b59bc5, #9a7e9a, #e5d161, #a4709b);
}

Muted Sunsets color palette created on .