Turquoise Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Green palette

Condividi questa palette a:

tavolozza dei colori Turquoise Green CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #2bbf8e;
}
.color-3 {
color: #a9e5db;
}
.color-4 {
color: #f4f9f1;
}
.color-5 {
color: #9ed5e0;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #2bbf8e;
--color-3: #a9e5db;
--color-4: #f4f9f1;
--color-5: #9ed5e0;
}

CSS con gradiente di sfondo Turquoise Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #2bbf8e, #a9e5db, #f4f9f1, #9ed5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #2bbf8e, #a9e5db, #f4f9f1, #9ed5e0);
}

Turquoise Green color palette created on .