Paleta de colores Mechanic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mechanic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mechanic

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

CSS de la paleta de colores Mechanic

/* 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;
}

CSS del degradado de fondo Mechanic

/* 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 .