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: #64a09c;
}
.color-2 {
color: #4b8b85;
}
.color-3 {
color: #396f6e;
}
.color-4 {
color: #2b5e5d;
}
.color-5 {
color: #1d4949;
}

/* CSS Variables */
:root {
--color-1: #64a09c;
--color-2: #4b8b85;
--color-3: #396f6e;
--color-4: #2b5e5d;
--color-5: #1d4949;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #64a09c, #4b8b85, #396f6e, #2b5e5d, #1d4949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #64a09c, #4b8b85, #396f6e, #2b5e5d, #1d4949);
}

Shades of Teal color palette created on .