Oasis Landing Color Palette

Discover the beautiful Oasis Landing color palette featuring wheat (#f5e3b2), tacha (#d6b457), roti (#c7a64d), brown rust (#a65b3a) and irish coffee (#6c2a28).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Desert, Exploration, Hidden, Oasis, Warm, 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 Oasis Landing palette

Share this palette to:

💻 Oasis Landing color palette CSS

/* CSS */
.color-1 {
color: #f5e3b2;
}
.color-2 {
color: #d6b457;
}
.color-3 {
color: #c7a64d;
}
.color-4 {
color: #a65b3a;
}
.color-5 {
color: #6c2a28;
}

/* CSS Variables */
:root {
--color-1: #f5e3b2;
--color-2: #d6b457;
--color-3: #c7a64d;
--color-4: #a65b3a;
--color-5: #6c2a28;
}

🌈 Oasis Landing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3b2, #d6b457, #c7a64d, #a65b3a, #6c2a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3b2, #d6b457, #c7a64d, #a65b3a, #6c2a28);
}

Oasis Landing color palette created on .