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: #3a7856;
}
.color-2 {
color: #5bb9a3;
}
.color-3 {
color: #7ee2d1;
}
.color-4 {
color: #a5e4d7;
}
.color-5 {
color: #e1f9f3;
}

/* CSS Variables */
:root {
--color-1: #3a7856;
--color-2: #5bb9a3;
--color-3: #7ee2d1;
--color-4: #a5e4d7;
--color-5: #e1f9f3;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7856, #5bb9a3, #7ee2d1, #a5e4d7, #e1f9f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7856, #5bb9a3, #7ee2d1, #a5e4d7, #e1f9f3);
}

Shades of Teal color palette created on .