Teal Oasis

aqua, bright, fun, cool, tropical

Color Adjustments

Teal Oasis Color Palette CSS

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

.color-2 {
  color: #A3E1E1;
}

.color-3 {
  color: #74C8C8;
}

.color-4 {
  color: #4CB8B8;
}

.color-5 {
  color: #26A1A1;
}

/* CSS Variables */
:root {
  --color-1: #E8F8F3;
  --color-2: #A3E1E1;
  --color-3: #74C8C8;
  --color-4: #4CB8B8;
  --color-5: #26A1A1;
}

Teal Oasis Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E8F8F3, #A3E1E1, #74C8C8, #4CB8B8, #26A1A1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E8F8F3, #A3E1E1, #74C8C8, #4CB8B8, #26A1A1);
}

Teal Oasis color palette created on .

1 view
Teal Oasis Color Palette