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: #d0e7e3;
}
.color-2 {
color: #a8d7d2;
}
.color-3 {
color: #7ab0b8;
}
.color-4 {
color: #4b898b;
}
.color-5 {
color: #2b6264;
}

/* CSS Variables */
:root {
--color-1: #d0e7e3;
--color-2: #a8d7d2;
--color-3: #7ab0b8;
--color-4: #4b898b;
--color-5: #2b6264;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e3, #a8d7d2, #7ab0b8, #4b898b, #2b6264);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e3, #a8d7d2, #7ab0b8, #4b898b, #2b6264);
}

Shades of Teal color palette created on .