Java Sunset Color Palette

Discover the beautiful Java Sunset color palette featuring teal (#007d80), orange (#ff6d1f), manhattan (#f4c1a4), paarl (#995929) and irish coffee (#5b3925).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withTeal, Orange, Pink, Brown, Earthy, Summer, Vibrant, Casablanca, Auburn, Flamingo 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 Sunset palette

Share this palette to:

💻 Java Sunset color palette CSS

/* CSS */
.color-1 {
color: #007d80;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #f4c1a4;
}
.color-4 {
color: #995929;
}
.color-5 {
color: #5b3925;
}

/* CSS Variables */
:root {
--color-1: #007d80;
--color-2: #ff6d1f;
--color-3: #f4c1a4;
--color-4: #995929;
--color-5: #5b3925;
}

🌈 Java Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007d80, #ff6d1f, #f4c1a4, #995929, #5b3925);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007d80, #ff6d1f, #f4c1a4, #995929, #5b3925);
}

Java Sunset color palette created on .