Teal Growth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Growth palette

Condividi questa palette a:

tavolozza dei colori Teal Growth CSS

/* CSS */
.color-1 {
color: #67b2d0;
}
.color-2 {
color: #4ec1a4;
}
.color-3 {
color: #b2e09a;
}
.color-4 {
color: #f2d77d;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #67b2d0;
--color-2: #4ec1a4;
--color-3: #b2e09a;
--color-4: #f2d77d;
--color-5: #f76e6e;
}

CSS con gradiente di sfondo Teal Growth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #67b2d0, #4ec1a4, #b2e09a, #f2d77d, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #67b2d0, #4ec1a4, #b2e09a, #f2d77d, #f76e6e);
}

Teal Growth color palette created on .