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: #009e9b;
}
.color-2 {
color: #006c80;
}
.color-3 {
color: #004985;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #009e9b;
--color-2: #006c80;
--color-3: #004985;
--color-4: #ffd900;
--color-5: #ffb300;
}
Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009e9b, #006c80, #004985, #ffd900, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009e9b, #006c80, #004985, #ffd900, #ffb300);
}
Similar color palettes
Scroll down to explore 8 Turquoise color palettes
Tropical Oasis color palette created on .