Paleta de colores Megatron

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Megatron palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Megatron

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

CSS de la paleta de colores Megatron

/* CSS */
.color-1 {
color: #4b4f5d;
}
.color-2 {
color: #6a7d8a;
}
.color-3 {
color: #91a4b6;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #f5f8fa;
}

/* CSS Variables */
:root {
--color-1: #4b4f5d;
--color-2: #6a7d8a;
--color-3: #91a4b6;
--color-4: #b3cde0;
--color-5: #f5f8fa;
}

CSS del degradado de fondo Megatron

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4f5d, #6a7d8a, #91a4b6, #b3cde0, #f5f8fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4f5d, #6a7d8a, #91a4b6, #b3cde0, #f5f8fa);
}

Megatron color palette created on .