Tropical Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Oasis palette

Condividi questa palette a:

tavolozza dei colori Tropical Oasis CSS

/* CSS */
.color-1 {
color: #00778a;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #59c3c5;
}
.color-4 {
color: #8fdcdc;
}
.color-5 {
color: #a1e8e0;
}

/* CSS Variables */
:root {
--color-1: #00778a;
--color-2: #00b3aa;
--color-3: #59c3c5;
--color-4: #8fdcdc;
--color-5: #a1e8e0;
}

CSS con gradiente di sfondo Tropical Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00778a, #00b3aa, #59c3c5, #8fdcdc, #a1e8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00778a, #00b3aa, #59c3c5, #8fdcdc, #a1e8e0);
}

Tropical Oasis color palette created on .