Teal Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Shades palette

Condividi questa palette a:

tavolozza dei colori Teal Shades CSS

/* CSS */
.color-1 {
color: #00ad93;
}
.color-2 {
color: #00c2a5;
}
.color-3 {
color: #00d6af;
}
.color-4 {
color: #00e6bb;
}
.color-5 {
color: #00f5c8;
}

/* CSS Variables */
:root {
--color-1: #00ad93;
--color-2: #00c2a5;
--color-3: #00d6af;
--color-4: #00e6bb;
--color-5: #00f5c8;
}

CSS con gradiente di sfondo Teal Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ad93, #00c2a5, #00d6af, #00e6bb, #00f5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ad93, #00c2a5, #00d6af, #00e6bb, #00f5c8);
}

Teal Shades color palette created on .