Java Oasis Color Palette

Discover the beautiful Java Oasis color palette featuring java (#1fc1c1), eastern blue (#1fb2a6), jungle green (#1f988c), elm (#1f7f79) and blue dianne (#1f5a61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Teal, Bright, Spring, Coastal, Summer, Green, Tropical color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Java Oasis palette

Share this palette to:

💻 Java Oasis color palette CSS

/* CSS */
.color-1 {
color: #1fc1c1;
}
.color-2 {
color: #1fb2a6;
}
.color-3 {
color: #1f988c;
}
.color-4 {
color: #1f7f79;
}
.color-5 {
color: #1f5a61;
}

/* CSS Variables */
:root {
--color-1: #1fc1c1;
--color-2: #1fb2a6;
--color-3: #1f988c;
--color-4: #1f7f79;
--color-5: #1f5a61;
}

🌈 Java Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fc1c1, #1fb2a6, #1f988c, #1f7f79, #1f5a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fc1c1, #1fb2a6, #1f988c, #1f7f79, #1f5a61);
}

Java Oasis color palette created on .