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: #a0e4e0;
}
.color-2 {
color: #78d3d3;
}
.color-3 {
color: #4cb8b4;
}
.color-4 {
color: #2c9b9b;
}
.color-5 {
color: #1a7a7a;
}

/* CSS Variables */
:root {
--color-1: #a0e4e0;
--color-2: #78d3d3;
--color-3: #4cb8b4;
--color-4: #2c9b9b;
--color-5: #1a7a7a;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0e4e0, #78d3d3, #4cb8b4, #2c9b9b, #1a7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0e4e0, #78d3d3, #4cb8b4, #2c9b9b, #1a7a7a);
}

Shades of Teal color palette created on .