Starlit Oasis Color Palette

Discover the beautiful Starlit Oasis color palette featuring mine shaft (#1f1f1f), cape cod (#404e4f), oxley (#6b9e7f), sandy brown (#f1a65b) and tan hide (#f79e4a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Green, Tropical, Bright, Nature, Geek, Hippie, Aesthetic, Orange, Summer 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 Starlit Oasis palette

Share this palette to:

💻 Starlit Oasis color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #404e4f;
}
.color-3 {
color: #6b9e7f;
}
.color-4 {
color: #f1a65b;
}
.color-5 {
color: #f79e4a;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #404e4f;
--color-3: #6b9e7f;
--color-4: #f1a65b;
--color-5: #f79e4a;
}

🌈 Starlit Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #404e4f, #6b9e7f, #f1a65b, #f79e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #404e4f, #6b9e7f, #f1a65b, #f79e4a);
}

Starlit Oasis color palette created on .