Disturbed Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Disturbed palette
Disturbed color palette CSS
/* CSS */
.color-1 {
color: #736e7c;
}
.color-2 {
color: #b8b9cc;
}
.color-3 {
color: #f2ccab;
}
.color-4 {
color: #e97d3f;
}
.color-5 {
color: #c35241;
}
/* CSS Variables */
:root {
--color-1: #736e7c;
--color-2: #b8b9cc;
--color-3: #f2ccab;
--color-4: #e97d3f;
--color-5: #c35241;
}
Disturbed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #736e7c, #b8b9cc, #f2ccab, #e97d3f, #c35241);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #736e7c, #b8b9cc, #f2ccab, #e97d3f, #c35241);
}
Similar color palettes
Disturbed color palette created on .