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: #0096db;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #a2d7d1;
}
.color-4 {
color: #f2f5e5;
}
.color-5 {
color: #004d40;
}
/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00bdad;
--color-3: #a2d7d1;
--color-4: #f2f5e5;
--color-5: #004d40;
}
Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00bdad, #a2d7d1, #f2f5e5, #004d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00bdad, #a2d7d1, #f2f5e5, #004d40);
}
Similar color palettes
Tropical Oasis color palette created on .