Mechanic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mechanic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mechanic Color Palette (PNG)
Mechanic color palette CSS
/* CSS */
.color-1 {
color: #293f70;
}
.color-2 {
color: #38598f;
}
.color-3 {
color: #4987b6;
}
.color-4 {
color: #77bdd4;
}
.color-5 {
color: #d69200;
}
/* CSS Variables */
:root {
--color-1: #293f70;
--color-2: #38598f;
--color-3: #4987b6;
--color-4: #77bdd4;
--color-5: #d69200;
}
Mechanic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #293f70, #38598f, #4987b6, #77bdd4, #d69200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #293f70, #38598f, #4987b6, #77bdd4, #d69200);
}
Similar color palettes
Mechanic color palette created on .