Turquoise Marina Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Marina palette

Condividi questa palette a:

tavolozza dei colori Turquoise Marina CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b1b8;
}
.color-3 {
color: #00dbc2;
}
.color-4 {
color: #a2e6da;
}
.color-5 {
color: #f5fffc;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b1b8;
--color-3: #00dbc2;
--color-4: #a2e6da;
--color-5: #f5fffc;
}

CSS con gradiente di sfondo Turquoise Marina

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b1b8, #00dbc2, #a2e6da, #f5fffc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b1b8, #00dbc2, #a2e6da, #f5fffc);
}

Turquoise Marina color palette created on .