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: #009474;
}
.color-2 {
color: #1eb8a9;
}
.color-3 {
color: #50d3b4;
}
.color-4 {
color: #90e5ea;
}
.color-5 {
color: #b3f4f4;
}

/* CSS Variables */
:root {
--color-1: #009474;
--color-2: #1eb8a9;
--color-3: #50d3b4;
--color-4: #90e5ea;
--color-5: #b3f4f4;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009474, #1eb8a9, #50d3b4, #90e5ea, #b3f4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009474, #1eb8a9, #50d3b4, #90e5ea, #b3f4f4);
}

Shades of Teal color palette created on .