Loading...

Muted Teal and Deep Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Teal and Deep Green palette

Condividi questa palette a:

Scarica la tavolozza dei colori 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)

tavolozza dei colori Muted Teal and Deep Green CSS

/* 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 con gradiente di sfondo 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 .