Golden Oasis Color Palette

Discover the beautiful Golden Oasis color palette featuring web orange (#f0a400), ripe lemon (#f6c80e), sidecar (#f6e8c1), fountain blue (#68b3c0) and spectra (#305050).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Summer, Teal, Yellow 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 Golden Oasis palette

Share this palette to:

💻 Golden Oasis color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f6e8c1;
}
.color-4 {
color: #68b3c0;
}
.color-5 {
color: #305050;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6c80e;
--color-3: #f6e8c1;
--color-4: #68b3c0;
--color-5: #305050;
}

🌈 Golden Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6c80e, #f6e8c1, #68b3c0, #305050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6c80e, #f6e8c1, #68b3c0, #305050);
}

Golden Oasis color palette created on .