Turquoise Depths Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Depths palette

Condividi questa palette a:

tavolozza dei colori Turquoise Depths CSS

/* CSS */
.color-1 {
color: #33cccc;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #008f8f;
}
.color-4 {
color: #006161;
}
.color-5 {
color: #003d3d;
}

/* CSS Variables */
:root {
--color-1: #33cccc;
--color-2: #00b3aa;
--color-3: #008f8f;
--color-4: #006161;
--color-5: #003d3d;
}

CSS con gradiente di sfondo Turquoise Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #33cccc, #00b3aa, #008f8f, #006161, #003d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #33cccc, #00b3aa, #008f8f, #006161, #003d3d);
}

Turquoise Depths color palette created on .