Paleta de colores Megatron

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Megatron palette

Compartir esta paleta en:

Descargar la paleta de colores Megatron (PNG)

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: #1f2e3d;
}
.color-2 {
color: #4a6a8c;
}
.color-3 {
color: #8f9bb3;
}
.color-4 {
color: #c8dae5;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1f2e3d;
--color-2: #4a6a8c;
--color-3: #8f9bb3;
--color-4: #c8dae5;
--color-5: #f0a800;
}

CSS del degradado de fondo Megatron

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2e3d, #4a6a8c, #8f9bb3, #c8dae5, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2e3d, #4a6a8c, #8f9bb3, #c8dae5, #f0a800);
}

Megatron color palette created on .