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: #2c9b81;
}
.color-3 {
color: #207e6d;
}
.color-4 {
color: #a2d8d7;
}
.color-5 {
color: #f0e88e;
}

/* CSS Variables */
:root {
--color-1: #3bb09e;
--color-2: #2c9b81;
--color-3: #207e6d;
--color-4: #a2d8d7;
--color-5: #f0e88e;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bb09e, #2c9b81, #207e6d, #a2d8d7, #f0e88e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bb09e, #2c9b81, #207e6d, #a2d8d7, #f0e88e);
}

Teal Oasis color palette created on .