Paleta de colores Teal Robot

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Robot palette

Compartir esta paleta en:

Descargar la paleta de colores Teal Robot (PNG)

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

CSS de la paleta de colores Teal Robot

/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #4c8b90;
}
.color-3 {
color: #a1d3d0;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #4c8b90;
--color-3: #a1d3d0;
--color-4: #ffb84d;
--color-5: #f76e6e;
}

CSS del degradado de fondo Teal Robot

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #4c8b90, #a1d3d0, #ffb84d, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #4c8b90, #a1d3d0, #ffb84d, #f76e6e);
}

Teal Robot color palette created on .