Teal Squeeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Squeeze palette

Condividi questa palette a:

tavolozza dei colori Teal Squeeze CSS

/* CSS */
.color-1 {
color: #f0f9f9;
}
.color-2 {
color: #b0e2e8;
}
.color-3 {
color: #6fd3d1;
}
.color-4 {
color: #3ab6b4;
}
.color-5 {
color: #009999;
}

/* CSS Variables */
:root {
--color-1: #f0f9f9;
--color-2: #b0e2e8;
--color-3: #6fd3d1;
--color-4: #3ab6b4;
--color-5: #009999;
}

CSS con gradiente di sfondo Teal Squeeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f9f9, #b0e2e8, #6fd3d1, #3ab6b4, #009999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f9f9, #b0e2e8, #6fd3d1, #3ab6b4, #009999);
}

Teal Squeeze color palette created on .