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: #3b3f4e;
}
.color-2 {
color: #4b5c68;
}
.color-3 {
color: #698086;
}
.color-4 {
color: #9cb1c4;
}
.color-5 {
color: #de4c3f;
}

/* CSS Variables */
:root {
--color-1: #3b3f4e;
--color-2: #4b5c68;
--color-3: #698086;
--color-4: #9cb1c4;
--color-5: #de4c3f;
}

CSS del degradado de fondo Megatron

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3f4e, #4b5c68, #698086, #9cb1c4, #de4c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3f4e, #4b5c68, #698086, #9cb1c4, #de4c3f);
}

Megatron color palette created on .