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: #f6e351;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #5fbf8d;
}
.color-4 {
color: #009e9b;
}
.color-5 {
color: #005c75;
}

/* CSS Variables */
:root {
--color-1: #f6e351;
--color-2: #a3d55d;
--color-3: #5fbf8d;
--color-4: #009e9b;
--color-5: #005c75;
}

Tropical Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e351, #a3d55d, #5fbf8d, #009e9b, #005c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e351, #a3d55d, #5fbf8d, #009e9b, #005c75);
}

Tropical Oasis color palette created on .