Paleta de colores Transformers Gradient

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Transformers Gradient palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Transformers Gradient

Download transformers gradient color palette PNG image (landscape)
Download transformers gradient color palette PNG image (square)

CSS de la paleta de colores Transformers Gradient

/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #2c2c68;
}
.color-3 {
color: #4d4d93;
}
.color-4 {
color: #7f7fc3;
}
.color-5 {
color: #f0f0f0;
}

/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #2c2c68;
--color-3: #4d4d93;
--color-4: #7f7fc3;
--color-5: #f0f0f0;
}

CSS del degradado de fondo Transformers Gradient

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #2c2c68, #4d4d93, #7f7fc3, #f0f0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #2c2c68, #4d4d93, #7f7fc3, #f0f0f0);
}

Transformers Gradient color palette created on .