Disappointment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Disappointment palette

Share this palette to:

Disappointment color palette PNG image

Download disappointment color palette PNG image (landscape)
Download disappointment color palette PNG image (square)

Disappointment color palette CSS

/* CSS */
.color-1 {
color: #35383b;
}
.color-2 {
color: #535052;
}
.color-3 {
color: #635f62;
}
.color-4 {
color: #706b6e;
}
.color-5 {
color: #51484a;
}

/* CSS Variables */
:root {
--color-1: #35383b;
--color-2: #535052;
--color-3: #635f62;
--color-4: #706b6e;
--color-5: #51484a;
}

Disappointment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35383b, #535052, #635f62, #706b6e, #51484a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35383b, #535052, #635f62, #706b6e, #51484a);
}

Disappointment color palette created on .