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: #ced4da;
}
.color-2 {
color: #a2c3c1;
}
.color-3 {
color: #80b3b1;
}
.color-4 {
color: #4b9b8c;
}
.color-5 {
color: #2d7b74;
}

/* CSS Variables */
:root {
--color-1: #ced4da;
--color-2: #a2c3c1;
--color-3: #80b3b1;
--color-4: #4b9b8c;
--color-5: #2d7b74;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ced4da, #a2c3c1, #80b3b1, #4b9b8c, #2d7b74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ced4da, #a2c3c1, #80b3b1, #4b9b8c, #2d7b74);
}

Shades of Teal color palette created on .