Paleta de colores Shades of Teal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Teal palette
CSS de la paleta de colores Shades of Teal
/* CSS */
.color-1 {
color: #9fd2df;
}
.color-2 {
color: #62b5b7;
}
.color-3 {
color: #3d8f8d;
}
.color-4 {
color: #2b5f5e;
}
.color-5 {
color: #1a3d3d;
}
/* CSS Variables */
:root {
--color-1: #9fd2df;
--color-2: #62b5b7;
--color-3: #3d8f8d;
--color-4: #2b5f5e;
--color-5: #1a3d3d;
}
CSS del degradado de fondo Shades of Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd2df, #62b5b7, #3d8f8d, #2b5f5e, #1a3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd2df, #62b5b7, #3d8f8d, #2b5f5e, #1a3d3d);
}
Paletas de colores similares
Shades of Teal color palette created on .