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: #3bb09e;
}
.color-2 {
color: #66c2b6;
}
.color-3 {
color: #a3e1d5;
}
.color-4 {
color: #e2f8f2;
}
.color-5 {
color: #f5fffb;
}

/* CSS Variables */
:root {
--color-1: #3bb09e;
--color-2: #66c2b6;
--color-3: #a3e1d5;
--color-4: #e2f8f2;
--color-5: #f5fffb;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bb09e, #66c2b6, #a3e1d5, #e2f8f2, #f5fffb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bb09e, #66c2b6, #a3e1d5, #e2f8f2, #f5fffb);
}

Teal Oasis color palette created on .