Near Future Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Near Future palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Near Future

Download near future color palette PNG image (landscape)
Download near future color palette PNG image (square)

tavolozza dei colori Near Future CSS

/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3c4c7c;
}
.color-3 {
color: #587d93;
}
.color-4 {
color: #8fc7c6;
}
.color-5 {
color: #f1f4f2;
}

/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3c4c7c;
--color-3: #587d93;
--color-4: #8fc7c6;
--color-5: #f1f4f2;
}

CSS con gradiente di sfondo Near Future

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3c4c7c, #587d93, #8fc7c6, #f1f4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3c4c7c, #587d93, #8fc7c6, #f1f4f2);
}

Near Future color palette created on .