Type o Negative Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Type o Negative palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Type o Negative

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

tavolozza dei colori Type o Negative CSS

/* CSS */
.color-1 {
color: #2d2b2a;
}
.color-2 {
color: #3f3c3b;
}
.color-3 {
color: #6d605f;
}
.color-4 {
color: #a84d4d;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #2d2b2a;
--color-2: #3f3c3b;
--color-3: #6d605f;
--color-4: #a84d4d;
--color-5: #d8544f;
}

CSS con gradiente di sfondo Type o Negative

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b2a, #3f3c3b, #6d605f, #a84d4d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b2a, #3f3c3b, #6d605f, #a84d4d, #d8544f);
}

Type o Negative color palette created on .