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: #007a5e;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #00b88d;
}
.color-4 {
color: #00e0a5;
}
.color-5 {
color: #00ffb7;
}

/* CSS Variables */
:root {
--color-1: #007a5e;
--color-2: #009975;
--color-3: #00b88d;
--color-4: #00e0a5;
--color-5: #00ffb7;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a5e, #009975, #00b88d, #00e0a5, #00ffb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a5e, #009975, #00b88d, #00e0a5, #00ffb7);
}

Teal Oasis color palette created on .