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: #a5e3d6;
}
.color-2 {
color: #89d7c7;
}
.color-3 {
color: #60c7b6;
}
.color-4 {
color: #3bb09a;
}
.color-5 {
color: #2b8c7e;
}

/* CSS Variables */
:root {
--color-1: #a5e3d6;
--color-2: #89d7c7;
--color-3: #60c7b6;
--color-4: #3bb09a;
--color-5: #2b8c7e;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e3d6, #89d7c7, #60c7b6, #3bb09a, #2b8c7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e3d6, #89d7c7, #60c7b6, #3bb09a, #2b8c7e);
}

Shades of Teal color palette created on .