Paleta de colores Shades of Teal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Teal palette
Imagen PNG de la paleta de colores Shades of Teal
CSS de la paleta de colores Shades of Teal
/* CSS */
.color-1 {
color: #1c1d22;
}
.color-2 {
color: #313b44;
}
.color-3 {
color: #5f6467;
}
.color-4 {
color: #aaa8ad;
}
.color-5 {
color: #b42a1d;
}
/* CSS Variables */
:root {
--color-1: #1c1d22;
--color-2: #313b44;
--color-3: #5f6467;
--color-4: #aaa8ad;
--color-5: #b42a1d;
}
CSS del degradado de fondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1d22, #313b44, #5f6467, #aaa8ad, #b42a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1d22, #313b44, #5f6467, #aaa8ad, #b42a1d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Negro
Shades of Teal color palette created on .