Paleta de colores Mechanical Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mechanical Dreams palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mechanical Dreams

Download mechanical dreams color palette PNG image (landscape)
Download mechanical dreams color palette PNG image (square)

CSS de la paleta de colores Mechanical Dreams

/* CSS */
.color-1 {
color: #1e396c;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #80b0c6;
}
.color-4 {
color: #b4e1e9;
}
.color-5 {
color: #f9f3d2;
}

/* CSS Variables */
:root {
--color-1: #1e396c;
--color-2: #497b9c;
--color-3: #80b0c6;
--color-4: #b4e1e9;
--color-5: #f9f3d2;
}

CSS del degradado de fondo Mechanical Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396c, #497b9c, #80b0c6, #b4e1e9, #f9f3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396c, #497b9c, #80b0c6, #b4e1e9, #f9f3d2);
}

Mechanical Dreams color palette created on .