Muted Teal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Teal palette

Condividi questa palette a:

tavolozza dei colori Muted Teal CSS

/* CSS */
.color-1 {
color: #5f8c80;
}
.color-2 {
color: #a1c4b4;
}
.color-3 {
color: #f2d2a1;
}
.color-4 {
color: #f99d6c;
}
.color-5 {
color: #e7685f;
}

/* CSS Variables */
:root {
--color-1: #5f8c80;
--color-2: #a1c4b4;
--color-3: #f2d2a1;
--color-4: #f99d6c;
--color-5: #e7685f;
}

CSS con gradiente di sfondo Muted Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f8c80, #a1c4b4, #f2d2a1, #f99d6c, #e7685f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f8c80, #a1c4b4, #f2d2a1, #f99d6c, #e7685f);
}

Muted Teal color palette created on .