Disturbed Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Disturbed palette
Disturbed color palette CSS
/* CSS */
.color-1 {
color: #164192;
}
.color-2 {
color: #3f84de;
}
.color-3 {
color: #ef9043;
}
.color-4 {
color: #e4570c;
}
.color-5 {
color: #cb1e0b;
}
/* CSS Variables */
:root {
--color-1: #164192;
--color-2: #3f84de;
--color-3: #ef9043;
--color-4: #e4570c;
--color-5: #cb1e0b;
}
Disturbed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #164192, #3f84de, #ef9043, #e4570c, #cb1e0b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #164192, #3f84de, #ef9043, #e4570c, #cb1e0b);
}
Similar color palettes
Scroll down to explore 3 Blue color palettes
Disturbed color palette created on .