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: #4caea7;
}
.color-2 {
color: #5ed9a8;
}
.color-3 {
color: #a6e2d0;
}
.color-4 {
color: #f7e3a6;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #4caea7;
--color-2: #5ed9a8;
--color-3: #a6e2d0;
--color-4: #f7e3a6;
--color-5: #ff6e61;
}
Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4caea7, #5ed9a8, #a6e2d0, #f7e3a6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4caea7, #5ed9a8, #a6e2d0, #f7e3a6, #ff6e61);
}
Similar color palettes
- Aqua Serenity
- Blue Moonlight
- Berry Bliss Cream
- Nervous Sunshine
- Lunar Serenade
- Calm Blue
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
Tropical Oasis color palette created on .