Paleta de colores Vibrant Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Teal palette

Compartir esta paleta en:

Descargar la paleta de colores Vibrant Teal (PNG)

Download vibrant teal color palette PNG image (landscape)
Download vibrant teal color palette PNG image (square)

CSS de la paleta de colores Vibrant Teal

/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #ff5724;
}
.color-3 {
color: #ffc105;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #ff5724;
--color-3: #ffc105;
--color-4: #ff9900;
--color-5: #ffec3d;
}

CSS del degradado de fondo Vibrant Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #ff5724, #ffc105, #ff9900, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #ff5724, #ffc105, #ff9900, #ffec3d);
}

Vibrant Teal color palette created on .