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: #1e7c8a;
}
.color-2 {
color: #4eb7b1;
}
.color-3 {
color: #68e8cf;
}
.color-4 {
color: #a0f8e2;
}
.color-5 {
color: #c3f9f9;
}

/* CSS Variables */
:root {
--color-1: #1e7c8a;
--color-2: #4eb7b1;
--color-3: #68e8cf;
--color-4: #a0f8e2;
--color-5: #c3f9f9;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7c8a, #4eb7b1, #68e8cf, #a0f8e2, #c3f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7c8a, #4eb7b1, #68e8cf, #a0f8e2, #c3f9f9);
}

Teal Oasis color palette created on .