Tropical Teal Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Teal Breeze palette

Condividi questa palette a:

tavolozza dei colori Tropical Teal Breeze CSS

/* CSS */
.color-1 {
color: #006e85;
}
.color-2 {
color: #00a0a3;
}
.color-3 {
color: #00c2bf;
}
.color-4 {
color: #00e0d1;
}
.color-5 {
color: #5ee4df;
}

/* CSS Variables */
:root {
--color-1: #006e85;
--color-2: #00a0a3;
--color-3: #00c2bf;
--color-4: #00e0d1;
--color-5: #5ee4df;
}

CSS con gradiente di sfondo Tropical Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006e85, #00a0a3, #00c2bf, #00e0d1, #5ee4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006e85, #00a0a3, #00c2bf, #00e0d1, #5ee4df);
}

Tropical Teal Breeze color palette created on .