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: #a3e1d2;
}
.color-2 {
color: #6fd3b0;
}
.color-3 {
color: #3bb098;
}
.color-4 {
color: #1b988b;
}
.color-5 {
color: #007a70;
}

/* CSS Variables */
:root {
--color-1: #a3e1d2;
--color-2: #6fd3b0;
--color-3: #3bb098;
--color-4: #1b988b;
--color-5: #007a70;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e1d2, #6fd3b0, #3bb098, #1b988b, #007a70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e1d2, #6fd3b0, #3bb098, #1b988b, #007a70);
}

Shades of Teal color palette created on .