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: #039691;
}
.color-2 {
color: #00807b;
}
.color-3 {
color: #00b8a2;
}
.color-4 {
color: #00e0d9;
}
.color-5 {
color: #1be4d7;
}

/* CSS Variables */
:root {
--color-1: #039691;
--color-2: #00807b;
--color-3: #00b8a2;
--color-4: #00e0d9;
--color-5: #1be4d7;
}

Tropical Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #039691, #00807b, #00b8a2, #00e0d9, #1be4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #039691, #00807b, #00b8a2, #00e0d9, #1be4d7);
}

Tropical Oasis color palette created on .