Teal Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Oasis palette

Condividi questa palette a:

tavolozza dei colori Teal Oasis CSS

/* CSS */
.color-1 {
color: #006b5f;
}
.color-2 {
color: #008a7c;
}
.color-3 {
color: #00bdd6;
}
.color-4 {
color: #4ccfe1;
}
.color-5 {
color: #80deea;
}

/* CSS Variables */
:root {
--color-1: #006b5f;
--color-2: #008a7c;
--color-3: #00bdd6;
--color-4: #4ccfe1;
--color-5: #80deea;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006b5f, #008a7c, #00bdd6, #4ccfe1, #80deea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006b5f, #008a7c, #00bdd6, #4ccfe1, #80deea);
}

Teal Oasis color palette created on .