Shades of Teal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Teal palette

Condividi questa palette a:

tavolozza dei colori Shades of Teal CSS

/* CSS */
.color-1 {
color: #e8f0f2;
}
.color-2 {
color: #b7d4d7;
}
.color-3 {
color: #7ab3b8;
}
.color-4 {
color: #3c8c90;
}
.color-5 {
color: #1f5a5c;
}

/* CSS Variables */
:root {
--color-1: #e8f0f2;
--color-2: #b7d4d7;
--color-3: #7ab3b8;
--color-4: #3c8c90;
--color-5: #1f5a5c;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f0f2, #b7d4d7, #7ab3b8, #3c8c90, #1f5a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f0f2, #b7d4d7, #7ab3b8, #3c8c90, #1f5a5c);
}

Shades of Teal color palette created on .