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: #1e3a3e;
}
.color-2 {
color: #4a6168;
}
.color-3 {
color: #79999a;
}
.color-4 {
color: #c1c8c7;
}
.color-5 {
color: #f6f0e4;
}

/* CSS Variables */
:root {
--color-1: #1e3a3e;
--color-2: #4a6168;
--color-3: #79999a;
--color-4: #c1c8c7;
--color-5: #f6f0e4;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a3e, #4a6168, #79999a, #c1c8c7, #f6f0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a3e, #4a6168, #79999a, #c1c8c7, #f6f0e4);
}

Shades of Teal color palette created on .