Tropical Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Oasis palette
Tropical Oasis color palette CSS
/* CSS */
.color-1 {
color: #409da0;
}
.color-2 {
color: #69bf9b;
}
.color-3 {
color: #a6d9b3;
}
.color-4 {
color: #c1b19f;
}
.color-5 {
color: #8f6e5b;
}
/* CSS Variables */
:root {
--color-1: #409da0;
--color-2: #69bf9b;
--color-3: #a6d9b3;
--color-4: #c1b19f;
--color-5: #8f6e5b;
}
Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #409da0, #69bf9b, #a6d9b3, #c1b19f, #8f6e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #409da0, #69bf9b, #a6d9b3, #c1b19f, #8f6e5b);
}
Similar color palettes
Tropical Oasis color palette created on .