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: #1a5b4e;
}
.color-2 {
color: #3bbf97;
}
.color-3 {
color: #5ee4c0;
}
.color-4 {
color: #8fffe1;
}
.color-5 {
color: #c2fff7;
}

/* CSS Variables */
:root {
--color-1: #1a5b4e;
--color-2: #3bbf97;
--color-3: #5ee4c0;
--color-4: #8fffe1;
--color-5: #c2fff7;
}

CSS con gradiente di sfondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a5b4e, #3bbf97, #5ee4c0, #8fffe1, #c2fff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a5b4e, #3bbf97, #5ee4c0, #8fffe1, #c2fff7);
}

Teal Oasis color palette created on .