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