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: #3b5b6d;
}
.color-2 {
color: #4c7985;
}
.color-3 {
color: #5ea6a4;
}
.color-4 {
color: #8fd1b9;
}
.color-5 {
color: #d5e2d0;
}

/* CSS Variables */
:root {
--color-1: #3b5b6d;
--color-2: #4c7985;
--color-3: #5ea6a4;
--color-4: #8fd1b9;
--color-5: #d5e2d0;
}

CSS con gradiente di sfondo Teal Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b6d, #4c7985, #5ea6a4, #8fd1b9, #d5e2d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b6d, #4c7985, #5ea6a4, #8fd1b9, #d5e2d0);
}

Teal Shades color palette created on .