Paleta de colores Near Future

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Near Future palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Near Future

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

CSS de la paleta de colores Near Future

/* 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 del degradado de fondo 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 .