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