Shades of Teal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Teal palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Teal

Download shades of teal color palette PNG image (landscape)
Download shades of teal color palette PNG image (square)

tavolozza dei colori Shades of Teal CSS

/* CSS */
.color-1 {
color: #b6e2d7;
}
.color-2 {
color: #ade1d2;
}
.color-3 {
color: #a4d6c1;
}
.color-4 {
color: #8dc3b8;
}
.color-5 {
color: #7dbaaf;
}

/* CSS Variables */
:root {
--color-1: #b6e2d7;
--color-2: #ade1d2;
--color-3: #a4d6c1;
--color-4: #8dc3b8;
--color-5: #7dbaaf;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e2d7, #ade1d2, #a4d6c1, #8dc3b8, #7dbaaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e2d7, #ade1d2, #a4d6c1, #8dc3b8, #7dbaaf);
}

Shades of Teal color palette created on .