Midnight Oasis Color Palette

Discover the beautiful Midnight Oasis color palette featuring mirage (#1c2b3b), keppel (#3c9a99), strikemaster (#9f5b80), shilo (#e5a4a4) and bismark (#4b7881).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with aqua, bright, coral, teal, Aesthetic 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 Midnight Oasis palette

Share this palette to:

💻 Midnight Oasis color palette CSS

/* CSS */
.color-1 {
color: #1c2b3b;
}
.color-2 {
color: #3c9a99;
}
.color-3 {
color: #9f5b80;
}
.color-4 {
color: #e5a4a4;
}
.color-5 {
color: #4b7881;
}

/* CSS Variables */
:root {
--color-1: #1c2b3b;
--color-2: #3c9a99;
--color-3: #9f5b80;
--color-4: #e5a4a4;
--color-5: #4b7881;
}

🌈 Midnight Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b3b, #3c9a99, #9f5b80, #e5a4a4, #4b7881);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b3b, #3c9a99, #9f5b80, #e5a4a4, #4b7881);
}

Midnight Oasis color palette created on .