Paleta de colores Vibrant Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Teal palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Teal

/* CSS */
.color-1 {
color: #1f8a8e;
}
.color-2 {
color: #fbbd23;
}
.color-3 {
color: #f68a1e;
}
.color-4 {
color: #f05751;
}
.color-5 {
color: #b93c3c;
}

/* CSS Variables */
:root {
--color-1: #1f8a8e;
--color-2: #fbbd23;
--color-3: #f68a1e;
--color-4: #f05751;
--color-5: #b93c3c;
}

CSS del degradado de fondo Vibrant Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8a8e, #fbbd23, #f68a1e, #f05751, #b93c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8a8e, #fbbd23, #f68a1e, #f05751, #b93c3c);
}

Vibrant Teal color palette created on .