Tropical Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Oasis palette

Share this palette to:

Tropical Oasis color palette CSS

/* CSS */
.color-1 {
color: #00db80;
}
.color-2 {
color: #00bda0;
}
.color-3 {
color: #0099b8;
}
.color-4 {
color: #0079d6;
}
.color-5 {
color: #0057a8;
}

/* CSS Variables */
:root {
--color-1: #00db80;
--color-2: #00bda0;
--color-3: #0099b8;
--color-4: #0079d6;
--color-5: #0057a8;
}

Tropical Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00db80, #00bda0, #0099b8, #0079d6, #0057a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00db80, #00bda0, #0099b8, #0079d6, #0057a8);
}

Similar color palettes

Tropical Oasis color palette created on .