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: #00a89d;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c2b5;
}
.color-4 {
color: #00d1c0;
}
.color-5 {
color: #00e0ca;
}

/* CSS Variables */
:root {
--color-1: #00a89d;
--color-2: #00b3aa;
--color-3: #00c2b5;
--color-4: #00d1c0;
--color-5: #00e0ca;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a89d, #00b3aa, #00c2b5, #00d1c0, #00e0ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a89d, #00b3aa, #00c2b5, #00d1c0, #00e0ca);
}

Teal Oasis color palette created on .