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: #ffffff;
}
.color-2 {
color: #325856;
}
.color-3 {
color: #47d7cf;
}
.color-4 {
color: #38948f;
}
.color-5 {
color: #222a28;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #325856;
--color-3: #47d7cf;
--color-4: #38948f;
--color-5: #222a28;
}

Tropical Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #325856, #47d7cf, #38948f, #222a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #325856, #47d7cf, #38948f, #222a28);
}

Tropical Oasis color palette created on .