Paleta de colores Teal Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Shades

/* CSS */
.color-1 {
color: #a3fff0;
}
.color-2 {
color: #8ed2c5;
}
.color-3 {
color: #699b78;
}
.color-4 {
color: #4c7b5e;
}
.color-5 {
color: #3c5d49;
}

/* CSS Variables */
:root {
--color-1: #a3fff0;
--color-2: #8ed2c5;
--color-3: #699b78;
--color-4: #4c7b5e;
--color-5: #3c5d49;
}

CSS del degradado de fondo Teal Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3fff0, #8ed2c5, #699b78, #4c7b5e, #3c5d49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3fff0, #8ed2c5, #699b78, #4c7b5e, #3c5d49);
}

Teal Shades color palette created on .