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: #004227;
}
.color-2 {
color: #007a64;
}
.color-3 {
color: #00bdad;
}
.color-4 {
color: #00ffea;
}
.color-5 {
color: #9efffd;
}

/* CSS Variables */
:root {
--color-1: #004227;
--color-2: #007a64;
--color-3: #00bdad;
--color-4: #00ffea;
--color-5: #9efffd;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004227, #007a64, #00bdad, #00ffea, #9efffd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004227, #007a64, #00bdad, #00ffea, #9efffd);
}

Teal Oasis color palette created on .