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: #1e8a8a;
}
.color-2 {
color: #4db1b3;
}
.color-3 {
color: #78d3d3;
}
.color-4 {
color: #a6e3e3;
}
.color-5 {
color: #d7f9f9;
}

/* CSS Variables */
:root {
--color-1: #1e8a8a;
--color-2: #4db1b3;
--color-3: #78d3d3;
--color-4: #a6e3e3;
--color-5: #d7f9f9;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8a8a, #4db1b3, #78d3d3, #a6e3e3, #d7f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8a8a, #4db1b3, #78d3d3, #a6e3e3, #d7f9f9);
}

Teal Oasis color palette created on .