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: #45b2e8;
}
.color-2 {
color: #3bb9c4;
}
.color-3 {
color: #2aac9b;
}
.color-4 {
color: #1f9878;
}
.color-5 {
color: #1b7968;
}
/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #3bb9c4;
--color-3: #2aac9b;
--color-4: #1f9878;
--color-5: #1b7968;
}
Tropical Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #3bb9c4, #2aac9b, #1f9878, #1b7968);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #3bb9c4, #2aac9b, #1f9878, #1b7968);
}
Similar color palettes
Tropical Oasis color palette created on .