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: #1f7c8e;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f05c00;
}
.color-4 {
color: #c94a6a;
}
.color-5 {
color: #711d9a;
}

/* CSS Variables */
:root {
--color-1: #1f7c8e;
--color-2: #f1c84b;
--color-3: #f05c00;
--color-4: #c94a6a;
--color-5: #711d9a;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7c8e, #f1c84b, #f05c00, #c94a6a, #711d9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7c8e, #f1c84b, #f05c00, #c94a6a, #711d9a);
}

Shades of Teal color palette created on .