Paleta de colores Shades of Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Teal palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Teal

/* CSS */
.color-1 {
color: #a04b8d;
}
.color-2 {
color: #f5d33d;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #6ab4a4;
}
.color-5 {
color: #3b6878;
}

/* CSS Variables */
:root {
--color-1: #a04b8d;
--color-2: #f5d33d;
--color-3: #f6b83c;
--color-4: #6ab4a4;
--color-5: #3b6878;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a04b8d, #f5d33d, #f6b83c, #6ab4a4, #3b6878);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a04b8d, #f5d33d, #f6b83c, #6ab4a4, #3b6878);
}

Shades of Teal color palette created on .