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: #59c5a4;
}
.color-2 {
color: #f9e25d;
}
.color-3 {
color: #f47c0b;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #5b4f8c;
}

/* CSS Variables */
:root {
--color-1: #59c5a4;
--color-2: #f9e25d;
--color-3: #f47c0b;
--color-4: #ff4d4d;
--color-5: #5b4f8c;
}

CSS del degradado de fondo Vibrant Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59c5a4, #f9e25d, #f47c0b, #ff4d4d, #5b4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59c5a4, #f9e25d, #f47c0b, #ff4d4d, #5b4f8c);
}

Vibrant Teal color palette created on .