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:

Imagen PNG de la paleta de colores Shades of Teal

Download shades of teal color palette PNG image (landscape)
Download shades of teal color palette PNG image (square)

CSS de la paleta de colores Shades of Teal

/* CSS */
.color-1 {
color: #b6e2d7;
}
.color-2 {
color: #ade1d2;
}
.color-3 {
color: #a4d6c1;
}
.color-4 {
color: #8dc3b8;
}
.color-5 {
color: #7dbaaf;
}

/* CSS Variables */
:root {
--color-1: #b6e2d7;
--color-2: #ade1d2;
--color-3: #a4d6c1;
--color-4: #8dc3b8;
--color-5: #7dbaaf;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e2d7, #ade1d2, #a4d6c1, #8dc3b8, #7dbaaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e2d7, #ade1d2, #a4d6c1, #8dc3b8, #7dbaaf);
}

Shades of Teal color palette created on .