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: #1ce9e5;
}
.color-2 {
color: #3d82d6;
}
.color-3 {
color: #7a5ecf;
}
.color-4 {
color: #b56dd9;
}
.color-5 {
color: #f8a5d4;
}

/* CSS Variables */
:root {
--color-1: #1ce9e5;
--color-2: #3d82d6;
--color-3: #7a5ecf;
--color-4: #b56dd9;
--color-5: #f8a5d4;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ce9e5, #3d82d6, #7a5ecf, #b56dd9, #f8a5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ce9e5, #3d82d6, #7a5ecf, #b56dd9, #f8a5d4);
}

Shades of Teal color palette created on .