Teal Nexus Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Nexus palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Teal Nexus

Download teal nexus color palette PNG image (landscape)
Download teal nexus color palette PNG image (square)

tavolozza dei colori Teal Nexus CSS

/* CSS */
.color-1 {
color: #0b2b37;
}
.color-2 {
color: #134244;
}
.color-3 {
color: #194d4b;
}
.color-4 {
color: #503016;
}
.color-5 {
color: #4d1f14;
}

/* CSS Variables */
:root {
--color-1: #0b2b37;
--color-2: #134244;
--color-3: #194d4b;
--color-4: #503016;
--color-5: #4d1f14;
}

CSS con gradiente di sfondo Teal Nexus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b2b37, #134244, #194d4b, #503016, #4d1f14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b2b37, #134244, #194d4b, #503016, #4d1f14);
}

Teal Nexus color palette created on .