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: #0074bd;
}
.color-2 {
color: #4c8c2b;
}
.color-3 {
color: #a4d600;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #0074bd;
--color-2: #4c8c2b;
--color-3: #a4d600;
--color-4: #f9c54e;
--color-5: #ff6e61;
}
Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0074bd, #4c8c2b, #a4d600, #f9c54e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0074bd, #4c8c2b, #a4d600, #f9c54e, #ff6e61);
}
Similar color palettes
Tropical Oasis color palette created on .