Paleta de colores Teal Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Shades

/* CSS */
.color-1 {
color: #007f80;
}
.color-2 {
color: #00bdbd;
}
.color-3 {
color: #20e9e9;
}
.color-4 {
color: #00ffff;
}
.color-5 {
color: #00cccc;
}

/* CSS Variables */
:root {
--color-1: #007f80;
--color-2: #00bdbd;
--color-3: #20e9e9;
--color-4: #00ffff;
--color-5: #00cccc;
}

CSS del degradado de fondo Teal Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007f80, #00bdbd, #20e9e9, #00ffff, #00cccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007f80, #00bdbd, #20e9e9, #00ffff, #00cccc);
}

Teal Shades color palette created on .