Paleta de colores Teal Depths
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Depths palette
CSS de la paleta de colores Teal Depths
/* CSS */
.color-1 {
color: #00b1b8;
}
.color-2 {
color: #006075;
}
.color-3 {
color: #003f5c;
}
.color-4 {
color: #002a4d;
}
.color-5 {
color: #1a8e8e;
}
/* CSS Variables */
:root {
--color-1: #00b1b8;
--color-2: #006075;
--color-3: #003f5c;
--color-4: #002a4d;
--color-5: #1a8e8e;
}
CSS del degradado de fondo Teal Depths
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b1b8, #006075, #003f5c, #002a4d, #1a8e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b1b8, #006075, #003f5c, #002a4d, #1a8e8e);
}
Paletas de colores similares
Teal Depths color palette created on .