Paleta de colores Type o Negative

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Type o Negative palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Type o Negative

Download type o negative color palette PNG image (landscape)
Download type o negative color palette PNG image (square)

CSS de la paleta de colores Type o Negative

/* CSS */
.color-1 {
color: #3a3936;
}
.color-2 {
color: #6f6e67;
}
.color-3 {
color: #9a998d;
}
.color-4 {
color: #d2d0c6;
}
.color-5 {
color: #e2e1df;
}

/* CSS Variables */
:root {
--color-1: #3a3936;
--color-2: #6f6e67;
--color-3: #9a998d;
--color-4: #d2d0c6;
--color-5: #e2e1df;
}

CSS del degradado de fondo Type o Negative

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3936, #6f6e67, #9a998d, #d2d0c6, #e2e1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3936, #6f6e67, #9a998d, #d2d0c6, #e2e1df);
}

Type o Negative color palette created on .