Paleta de colores Teal Invader

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Invader palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Teal Invader

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

CSS de la paleta de colores Teal Invader

/* CSS */
.color-1 {
color: #1e2a2f;
}
.color-2 {
color: #2f4b4a;
}
.color-3 {
color: #4b7c78;
}
.color-4 {
color: #6cb7af;
}
.color-5 {
color: #a2d8d1;
}

/* CSS Variables */
:root {
--color-1: #1e2a2f;
--color-2: #2f4b4a;
--color-3: #4b7c78;
--color-4: #6cb7af;
--color-5: #a2d8d1;
}

CSS del degradado de fondo Teal Invader

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2a2f, #2f4b4a, #4b7c78, #6cb7af, #a2d8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2a2f, #2f4b4a, #4b7c78, #6cb7af, #a2d8d1);
}

Teal Invader color palette created on .