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: #b1c4c1;
}
.color-2 {
color: #a3d6d7;
}
.color-3 {
color: #f1e9a2;
}
.color-4 {
color: #f7c6a1;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #b1c4c1;
--color-2: #a3d6d7;
--color-3: #f1e9a2;
--color-4: #f7c6a1;
--color-5: #eab8d1;
}

CSS del degradado de fondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c4c1, #a3d6d7, #f1e9a2, #f7c6a1, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c4c1, #a3d6d7, #f1e9a2, #f7c6a1, #eab8d1);
}

Shades of Teal color palette created on .