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: #74aa8c;
}
.color-2 {
color: #8dd3c3;
}
.color-3 {
color: #abede2;
}
.color-4 {
color: #c4eee5;
}
.color-5 {
color: #eafbf6;
}

/* CSS Variables */
:root {
--color-1: #74aa8c;
--color-2: #8dd3c3;
--color-3: #abede2;
--color-4: #c4eee5;
--color-5: #eafbf6;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74aa8c, #8dd3c3, #abede2, #c4eee5, #eafbf6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74aa8c, #8dd3c3, #abede2, #c4eee5, #eafbf6);
}

Paletas de colores similares

Shades of Teal color palette created on .