Teal Sushi Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Sushi palette

Condividi questa palette a:

tavolozza dei colori Teal Sushi CSS

/* CSS */
.color-1 {
color: #e0f5e6;
}
.color-2 {
color: #9fd5e0;
}
.color-3 {
color: #68b1b6;
}
.color-4 {
color: #3a9c8e;
}
.color-5 {
color: #2c8081;
}

/* CSS Variables */
:root {
--color-1: #e0f5e6;
--color-2: #9fd5e0;
--color-3: #68b1b6;
--color-4: #3a9c8e;
--color-5: #2c8081;
}

CSS con gradiente di sfondo Teal Sushi

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f5e6, #9fd5e0, #68b1b6, #3a9c8e, #2c8081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f5e6, #9fd5e0, #68b1b6, #3a9c8e, #2c8081);
}

Teal Sushi color palette created on .