Paleta de colores Teal Marketing
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Marketing palette
CSS de la paleta de colores Teal Marketing
/* CSS */
.color-1 {
color: #34b29f;
}
.color-2 {
color: #2ca07b;
}
.color-3 {
color: #2b7d62;
}
.color-4 {
color: #1d5e46;
}
.color-5 {
color: #0f4d3c;
}
/* CSS Variables */
:root {
--color-1: #34b29f;
--color-2: #2ca07b;
--color-3: #2b7d62;
--color-4: #1d5e46;
--color-5: #0f4d3c;
}
CSS del degradado de fondo Teal Marketing
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #34b29f, #2ca07b, #2b7d62, #1d5e46, #0f4d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #34b29f, #2ca07b, #2b7d62, #1d5e46, #0f4d3c);
}
Paletas de colores similares
Teal Marketing color palette created on .