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: #a5e3d6;
}
.color-2 {
color: #89d7c7;
}
.color-3 {
color: #60c7b6;
}
.color-4 {
color: #3bb09a;
}
.color-5 {
color: #2b8c7e;
}

/* CSS Variables */
:root {
--color-1: #a5e3d6;
--color-2: #89d7c7;
--color-3: #60c7b6;
--color-4: #3bb09a;
--color-5: #2b8c7e;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e3d6, #89d7c7, #60c7b6, #3bb09a, #2b8c7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e3d6, #89d7c7, #60c7b6, #3bb09a, #2b8c7e);
}

Shades of Teal color palette created on .