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: #00cc99;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #008066;
}
.color-4 {
color: #005c54;
}
.color-5 {
color: #003d3b;
}

/* CSS Variables */
:root {
--color-1: #00cc99;
--color-2: #009975;
--color-3: #008066;
--color-4: #005c54;
--color-5: #003d3b;
}

CSS con gradiente di sfondo Tropical Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00cc99, #009975, #008066, #005c54, #003d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00cc99, #009975, #008066, #005c54, #003d3b);
}

Tropical Oasis color palette created on .