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: #1f8a8e;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #1f8a8e;
--color-2: #fab700;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #f94346;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8a8e, #fab700, #f9c54e, #91be6f, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8a8e, #fab700, #f9c54e, #91be6f, #f94346);
}

Shades of Teal color palette created on .