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: #4baf8a;
}
.color-2 {
color: #f7c04b;
}
.color-3 {
color: #f26c3a;
}
.color-4 {
color: #9f3c5c;
}
.color-5 {
color: #6b5c99;
}

/* CSS Variables */
:root {
--color-1: #4baf8a;
--color-2: #f7c04b;
--color-3: #f26c3a;
--color-4: #9f3c5c;
--color-5: #6b5c99;
}

CSS con gradiente di sfondo Shades of Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4baf8a, #f7c04b, #f26c3a, #9f3c5c, #6b5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4baf8a, #f7c04b, #f26c3a, #9f3c5c, #6b5c99);
}

Shades of Teal color palette created on .