Tropical Oasis

aqua, bright, coastal, spring, tropical

Color Adjustments

Tropical Oasis Color Palette CSS

/* CSS */
.color-1 {
  color: #0095B3;
}

.color-2 {
  color: #3BBFB6;
}

.color-3 {
  color: #A3D7D0;
}

.color-4 {
  color: #F1E6D5;
}

.color-5 {
  color: #FF6E61;
}

/* CSS Variables */
:root {
  --color-1: #0095B3;
  --color-2: #3BBFB6;
  --color-3: #A3D7D0;
  --color-4: #F1E6D5;
  --color-5: #FF6E61;
}

Tropical Oasis Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095B3, #3BBFB6, #A3D7D0, #F1E6D5, #FF6E61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095B3, #3BBFB6, #A3D7D0, #F1E6D5, #FF6E61);
}

Tropical Oasis color palette created on .

0 views
Tropical Oasis Color Palette