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: #9af9d8;
}
.color-2 {
color: #6bd6b8;
}
.color-3 {
color: #39ac9b;
}
.color-4 {
color: #008a7e;
}
.color-5 {
color: #00706e;
}

/* CSS Variables */
:root {
--color-1: #9af9d8;
--color-2: #6bd6b8;
--color-3: #39ac9b;
--color-4: #008a7e;
--color-5: #00706e;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9af9d8, #6bd6b8, #39ac9b, #008a7e, #00706e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9af9d8, #6bd6b8, #39ac9b, #008a7e, #00706e);
}

Shades of Teal color palette created on .