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: #3bbf8a;
}
.color-2 {
color: #60e2a1;
}
.color-3 {
color: #92e3ae;
}
.color-4 {
color: #d6f0d6;
}
.color-5 {
color: #f9f9c3;
}
/* CSS Variables */
:root {
--color-1: #3bbf8a;
--color-2: #60e2a1;
--color-3: #92e3ae;
--color-4: #d6f0d6;
--color-5: #f9f9c3;
}
Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf8a, #60e2a1, #92e3ae, #d6f0d6, #f9f9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf8a, #60e2a1, #92e3ae, #d6f0d6, #f9f9c3);
}
Similar color palettes
Tropical Oasis color palette created on .