Blue Mechanical Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Mechanical palette

Share this palette to:

Blue Mechanical color palette CSS

/* CSS */
.color-1 {
color: #6b9bc2;
}
.color-2 {
color: #a3c2e1;
}
.color-3 {
color: #f2e1a1;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d65e3d;
}

/* CSS Variables */
:root {
--color-1: #6b9bc2;
--color-2: #a3c2e1;
--color-3: #f2e1a1;
--color-4: #f6b83c;
--color-5: #d65e3d;
}

Blue Mechanical background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9bc2, #a3c2e1, #f2e1a1, #f6b83c, #d65e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9bc2, #a3c2e1, #f2e1a1, #f6b83c, #d65e3d);
}

Blue Mechanical color palette created on .