Megatron Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Megatron palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Megatron

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

tavolozza dei colori Megatron CSS

/* 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 con gradiente di sfondo 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 .