Loading...

Paleta de colores Muted Teal

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Teal palette

Compartir esta paleta en:

Descargar la paleta de colores Muted Teal (PNG)

Download muted teal color palette PNG image (landscape)
Download muted teal color palette PNG image (square)

CSS de la paleta de colores Muted Teal

/* CSS */
.color-1 {
color: #5a8c7b;
}
.color-2 {
color: #a6c5b9;
}
.color-3 {
color: #f2e2d4;
}
.color-4 {
color: #e8a8a1;
}
.color-5 {
color: #b34d5f;
}

/* CSS Variables */
:root {
--color-1: #5a8c7b;
--color-2: #a6c5b9;
--color-3: #f2e2d4;
--color-4: #e8a8a1;
--color-5: #b34d5f;
}

CSS del degradado de fondo Muted Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c7b, #a6c5b9, #f2e2d4, #e8a8a1, #b34d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c7b, #a6c5b9, #f2e2d4, #e8a8a1, #b34d5f);
}

Muted Teal color palette created on .