Mechanic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mechanic palette

Share this palette to:

Mechanic color palette PNG image

Download mechanic color palette PNG image (landscape)
Download mechanic color palette PNG image (square)

Mechanic color palette CSS

/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #4b5c7c;
}
.color-3 {
color: #7b8b9d;
}
.color-4 {
color: #b2c2c7;
}
.color-5 {
color: #f1a33b;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4b5c7c;
--color-3: #7b8b9d;
--color-4: #b2c2c7;
--color-5: #f1a33b;
}

Mechanic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4b5c7c, #7b8b9d, #b2c2c7, #f1a33b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4b5c7c, #7b8b9d, #b2c2c7, #f1a33b);
}

Mechanic color palette created on .