Loading...

Paleta de colores Muted Teal and Deep Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Teal and Deep Green palette

Compartir esta paleta en:

Descargar la paleta de colores Muted Teal and Deep Green (PNG)

Download muted teal and deep green color palette PNG image (landscape)
Download muted teal and deep green color palette PNG image (square)

CSS de la paleta de colores Muted Teal and Deep Green

/* CSS */
.color-1 {
color: #1c2c26;
}
.color-2 {
color: #4f8c80;
}
.color-3 {
color: #78baa4;
}
.color-4 {
color: #a3e1d5;
}
.color-5 {
color: #d3e9e1;
}

/* CSS Variables */
:root {
--color-1: #1c2c26;
--color-2: #4f8c80;
--color-3: #78baa4;
--color-4: #a3e1d5;
--color-5: #d3e9e1;
}

CSS del degradado de fondo Muted Teal and Deep Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2c26, #4f8c80, #78baa4, #a3e1d5, #d3e9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2c26, #4f8c80, #78baa4, #a3e1d5, #d3e9e1);
}

Muted Teal and Deep Green color palette created on .